Skip to content

Commit 9b0bd71

Browse files
authored
Merge pull request #35 from pcdshub/mnt_add_codeowners
MNT: Adding CODEOWNERS file
2 parents 2a9e5ce + 2d82251 commit 9b0bd71

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# default group
2+
* @pcdshub/python-reviewers
3+
4+
# language-specific group(s)
5+
## PYTHON files
6+
*.py @pcdshub/python-reviewers
7+
*.pyi @pcdshub/python-reviewers
8+
*.pyc @pcdshub/python-reviewers
9+
*.pyw @pcdshub/python-reviewers
10+
*.pyx @pcdshub/python-reviewers
11+
*.pyd @pcdshub/python-reviewers
12+
13+
# github folder holds administrative files
14+
.github/** @pcdshub/software-admin

0 commit comments

Comments
 (0)