We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9e5ce commit 2d82251Copy full SHA for 2d82251
.github/CODEOWNERS
@@ -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