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 72f78cf commit 4d74f17Copy full SHA for 4d74f17
.github/auto_assign.yml
@@ -1,11 +1,10 @@
1
# Set to true to add reviewers to pull requests
2
-addReviewers: true
+addReviewers: false
3
4
# Set to true to add assignees to pull requests
5
-addAssignees: author
+addAssignees: true
6
7
-# A list of reviewers to be added to pull requests (GitHub user name)
8
-reviewers:
+assignees:
9
- gaius-qi
10
- yxxhero
11
- chlins
@@ -14,5 +13,4 @@ reviewers:
14
13
- hyy0322
15
- xujihui1985
16
17
-# A number of reviewers added to the pull request
18
-numberOfReviewers: 3
+numberOfAssignees: 3
0 commit comments