@cryptotaxi247 / kubo / commits / 900a75eb0

github/actions: add auto-assign list

Steven Allen committed Aug 15, 2019 at 12:09 UTC 900a75eb0962215867aeeae16255e78770a46fce
1 file changed +27
.github/auto_assign.yml new
+27
@@ -0,0 +1,27 @@
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: false
6 +
7 +# A list of reviewers to be added to pull requests (GitHub user name)
8 +reviewers:
9 + - Stebalien
10 + - djdv
11 + - aschmahmann
12 + - dirkmc
13 + - lanzafame
14 + - hsanjuan
15 +
16 +# A number of reviewers added to the pull request
17 +# Set 0 to add all the reviewers (default: 0)
18 +numberOfReviewers: 1
19 +
20 +# A list of assignees, overrides reviewers if set
21 +# assignees:
22 +# - assigneeA
23 +
24 +# A list of keywords to be skipped the process that add reviewers if pull requests include it
25 +skipKeywords:
26 + - WIP
27 + - RFC