From 8f2f04dbb82817efce87c4629455d9b39e388747 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Fri, 12 Dec 2025 15:49:30 +0100 Subject: [PATCH 1/2] initial version of Code Owners --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..99b3d191af29 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +/plugins/storage/volume/storpool @slavkap +/plugins/storage/volume/linstor @rp- From 7cdde4207205522964fbc21fcdf68a0b0fcd3a07 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 13 Dec 2025 22:41:22 +1000 Subject: [PATCH 2/2] Update .github/CODEOWNERS --- .github/CODEOWNERS | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 99b3d191af29..2af9f54edc44 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,22 @@ -/plugins/storage/volume/storpool @slavkap +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + /plugins/storage/volume/linstor @rp- +/plugins/storage/volume/storpool @slavkap + +.pre-commit-config.yaml @jbampton +/.github/linters/ @jbampton