Commit bda850e4da45f7e30f38c441b14363b4994c2ea5
1 parent
d76fa043
Exists in
master
and in
4 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 | + | ... | ... |