Create auto_assign.yml

This commit is contained in:
Sampark Sharma
2022-05-04 16:07:22 +05:30
committed by GitHub
parent 0fafc0fbc8
commit 2e396aeae5
+16
View File
@@ -0,0 +1,16 @@
# Set to true to add reviewers to pull requests
addReviewers: true
# Set to true to add assignees to pull requests
addAssignees: false
# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- phantsure
- anuragc617
- tiwarishub
- vsvipul
# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 1