This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch feature/introduce-codeowners
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/introduce-codeowners 
by this push:
     new 99a03d5  nominate myself as codeowner for dependency, license, and 
release scripts (#5802)
99a03d5 is described below

commit 99a03d51a6ef764531ed9cb101edb8b67720ed02
Author: Owen Nichols <34043438+onichols-pivo...@users.noreply.github.com>
AuthorDate: Mon Dec 7 16:53:14 2020 -0800

    nominate myself as codeowner for dependency, license, and release scripts 
(#5802)
---
 CODEOWNERS | 29 +++++++++++++++++++++++------
 1 file changed, 23 insertions(+), 6 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 4b4115c..54fc390 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -1,3 +1,19 @@
+# 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.
+
 #------------------------------------------------------------
 # CODEOWNERS and .asf.yml - owned by everyone
 #------------------------------------------------------------
@@ -268,10 +284,11 @@ CODEOWNERS @apache/geode-committers
 #etc/**
 #build.gradle
 #buildSrc/**
-#ci/**
-#dev-tools/**
-#docker/**
-#etc/**
+buildSrc/**/DependencyConstraints.groovy                     @onichols-pivotal
+ci/**                                                        @onichols-pivotal
+dev-tools/**                                                 @onichols-pivotal
+docker/**                                                    @onichols-pivotal
+geode-management/src/test/script/update-management-wiki.sh   @onichols-pivotal
 #boms/**
 #*gradle*
 #static-analysis/**
@@ -286,7 +303,7 @@ CODEOWNERS @apache/geode-committers
 #geode-docs/**
 #BUILDING.md
 #CODE_OF_CONDUCT.md
-#LICENSE
-#NOTICE
+LICENSE                                                      @onichols-pivotal
+NOTICE                                                       @onichols-pivotal
 #README.md
 #TESTING.md

Reply via email to