We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1db79 commit c64d042Copy full SHA for c64d042
.github/auto_assign.yml
@@ -0,0 +1,13 @@
1
+# Set to true to add reviewers to pull requests
2
+addReviewers: false
3
+
4
+# Set to true to add assignees to pull requests
5
+addAssignees: author
6
7
+# A list of keywords to be skipped the process that add reviewers if pull requests include it
8
+skipKeywords:
9
+ - wip
10
11
+# A number of reviewers added to the pull request
12
+# Set 0 to add all the reviewers (default: 0)
13
+numberOfReviewers: 0
0 commit comments