From 253e4d4e895e68df0109aa4e881984f37ec23e13 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Sat, 11 May 2024 02:28:05 -0400 Subject: [PATCH 1/2] Add CODEOWNERS --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..35e05217 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +### REPOSITORY +/.github/CODEOWNERS @sdushantha + +### PACKAGING +# Changes made to these items without code owner approval may negatively +# impact packaging pipelines. Code owners may need time to verify or adapt. +/pyproject.toml @ppfeister @sdushantha +/setup.cfg @ppfeister @sdushantha From ed7f4374daedded2418af239b80bb263bb1fb088 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Sun, 12 May 2024 00:14:17 -0400 Subject: [PATCH 2/2] Add rpm spec items --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 35e05217..b1fa126e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,3 +6,5 @@ # impact packaging pipelines. Code owners may need time to verify or adapt. /pyproject.toml @ppfeister @sdushantha /setup.cfg @ppfeister @sdushantha +/setup.py @ppfeister +/*.spec @ppfeister