Merge pull request #2117 from ppfeister/feature/codeowners

Add CODEOWNERS
This commit is contained in:
Siddharth Dushantha
2024-05-15 19:44:10 +00:00
committed by GitHub
+10
View File
@@ -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