We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b48b7 commit daa3819Copy full SHA for daa3819
.github/auto_assign.yml
@@ -0,0 +1,15 @@
1
+# Set to true to add reviewers to pull requests
2
+addReviewers: true
3
+
4
+# Set to true to add assignees to pull requests
5
+addAssignees: true
6
7
+# A list of reviewers to be added to pull requests (GitHub user name)
8
+reviewers:
9
+ - linxuyalun
10
+ - rudeigerc
11
12
+# A number of reviewers added to the pull request
13
+# Set 0 to add all the reviewers (default: 0)
14
+numberOfReviewers: 0
15
0 commit comments