From f75352a838693be280a3fb2b089d01ddd6a1c09e Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sun, 19 Apr 2026 20:07:32 +0200 Subject: [PATCH 1/5] ci: add CODEOWNERS for default reviewer requests Adds @dave2wave, @raboof and @potiuk as default codeowners on every path, so they're auto-requested on new PRs and don't have to be added as reviewers by hand. Additional reviewers (e.g. area experts or PMC members) can still be added ad hoc. Generated-by: Claude Opus 4.7 (1M context) --- .github/CODEOWNERS | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..56e8182d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,28 @@ +# 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. +# +# Default reviewers — requested automatically on every PR so they don't +# have to be added by hand each time. Being listed here does not +# obligate anyone to review or to route PRs; it is a convenience so +# that people who have shown up consistently get pinged. Helping route +# PRs to the right area experts, and ultimately merging, is welcome +# but voluntary. Additional reviewers (e.g. PMC members for actions +# touching their area) should still be pulled in ad hoc. +* @dfoulks1 @raboof @potiuk + +# Area-specific owners — reviewed in addition to the defaults above. +/pelican/ @dave2wave From 125262ea8d9572a3a5f41899993a09138c1ca427 Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Mon, 27 Apr 2026 08:57:57 -0700 Subject: [PATCH 2/5] Remove @raboof from CODEOWNERS Signed-off-by: Dave Fisher --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 56e8182d..273c4ea2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -22,7 +22,7 @@ # PRs to the right area experts, and ultimately merging, is welcome # but voluntary. Additional reviewers (e.g. PMC members for actions # touching their area) should still be pulled in ad hoc. -* @dfoulks1 @raboof @potiuk +* @dfoulks1 @potiuk # Area-specific owners — reviewed in addition to the defaults above. /pelican/ @dave2wave From 81d1b4ceeb760d73303d1b7ec5ce31c3be757615 Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Tue, 28 Apr 2026 10:22:58 -0700 Subject: [PATCH 3/5] Add @ppkarwasz as a code owner Signed-off-by: Dave Fisher --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 273c4ea2..2545ef55 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -22,7 +22,7 @@ # PRs to the right area experts, and ultimately merging, is welcome # but voluntary. Additional reviewers (e.g. PMC members for actions # touching their area) should still be pulled in ad hoc. -* @dfoulks1 @potiuk +* @dfoulks1 @potiuk @ppkarwasz # Area-specific owners — reviewed in addition to the defaults above. /pelican/ @dave2wave From 8ea0373de7631e108eed65b6665a2fb721f0a3f5 Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Tue, 28 Apr 2026 11:27:27 -0700 Subject: [PATCH 4/5] Fix id in CODEOWNERS file Signed-off-by: Dave Fisher --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2545ef55..a1f0fde2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -22,7 +22,7 @@ # PRs to the right area experts, and ultimately merging, is welcome # but voluntary. Additional reviewers (e.g. PMC members for actions # touching their area) should still be pulled in ad hoc. -* @dfoulks1 @potiuk @ppkarwasz +* @dfoulks1 @potiuk @pkarwasz # Area-specific owners — reviewed in addition to the defaults above. /pelican/ @dave2wave From 77e347e4f30c2da50827722d62ee8e88ba7739be Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Tue, 28 Apr 2026 11:27:55 -0700 Subject: [PATCH 5/5] Update CODEOWNERS to correct username Signed-off-by: Dave Fisher --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a1f0fde2..2545ef55 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -22,7 +22,7 @@ # PRs to the right area experts, and ultimately merging, is welcome # but voluntary. Additional reviewers (e.g. PMC members for actions # touching their area) should still be pulled in ad hoc. -* @dfoulks1 @potiuk @pkarwasz +* @dfoulks1 @potiuk @ppkarwasz # Area-specific owners — reviewed in addition to the defaults above. /pelican/ @dave2wave