Added auto assign for PR

This commit is contained in:
Julien Constant 2022-08-26 14:43:51 +02:00
parent c81bb1fb90
commit 56dec9eaa1
No known key found for this signature in database
GPG Key ID: 816E7C070117E5B7
1 changed files with 13 additions and 0 deletions

13
.github/auto_assign.yml vendored Normal file
View File

@ -0,0 +1,13 @@
# Set to true to add reviewers to pull requests
addReviewers: true
# Set to true to add assignees to pull requests
addAssignees: author
# A list of team reviewers to be added to pull requests (GitHub team slug)
reviewers:
- /sith-3-developers
# Number of reviewers has no impact on Github teams
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0