diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..b1fa126e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +### 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 +/setup.py @ppfeister +/*.spec @ppfeister