Commit 7b01bdf021b2b3acb51de9b63d07d261672ad06c
1 parent
758fb6c9
Exists in
master
and in
3 other branches
Adding auto assign.
Showing
1 changed file
with
18 additions
and
0 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,18 @@ |
| 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 | + | |
| 10 | +# A list of keywords to be skipped the process that add reviewers if pull requests include it | |
| 11 | +skipKeywords: | |
| 12 | + - wip | |
| 13 | + - work in progress | |
| 14 | + | |
| 15 | +# A number of reviewers added to the pull request | |
| 16 | +# Set 0 to add all the reviewers (default: 0) | |
| 17 | +numberOfReviewers: 0 | |
| 18 | + | ... | ... |