chore(.github/auto_assign.yml): add assignees for PR (#4005)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
72f78cf91a
commit
4d74f176d9
|
|
@ -1,11 +1,10 @@
|
||||||
# Set to true to add reviewers to pull requests
|
# Set to true to add reviewers to pull requests
|
||||||
addReviewers: true
|
addReviewers: false
|
||||||
|
|
||||||
# Set to true to add assignees to pull requests
|
# Set to true to add assignees to pull requests
|
||||||
addAssignees: author
|
addAssignees: true
|
||||||
|
|
||||||
# A list of reviewers to be added to pull requests (GitHub user name)
|
assignees:
|
||||||
reviewers:
|
|
||||||
- gaius-qi
|
- gaius-qi
|
||||||
- yxxhero
|
- yxxhero
|
||||||
- chlins
|
- chlins
|
||||||
|
|
@ -14,5 +13,4 @@ reviewers:
|
||||||
- hyy0322
|
- hyy0322
|
||||||
- xujihui1985
|
- xujihui1985
|
||||||
|
|
||||||
# A number of reviewers added to the pull request
|
numberOfAssignees: 3
|
||||||
numberOfReviewers: 3
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue