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
commit 47c01a5687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

10
.github/CODEOWNERS vendored Normal file
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