We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101b44b commit a5aec19Copy full SHA for a5aec19
.github/CODEOWNERS
@@ -1,2 +1,7 @@
1
# Request one committer and one contributor per PR.
2
* @glotzerlab/signac-committers @glotzerlab/signac-contributors
3
+# Request maintainers for changes in requirements
4
+requirements/* @glotzerlab/signac-maintainers
5
+requirements.txt @glotzerlab/signac-maintainers
6
+doc/requirements.txt @glotzerlab/signac-maintainers
7
+.pre-commit-config.yaml @glotzerlab/signac-maintainers
.github/dependabot.yml
@@ -5,3 +5,5 @@ updates:
schedule:
interval: monthly
open-pull-requests-limit: 10
8
+ reviewers:
9
+ - glotzerlab/signac-maintainers
0 commit comments