Skip to content

Commit c974cff

Browse files
authored
Create auto_assign.yml
1 parent 2889fb2 commit c974cff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/auto_assign.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Set to true to add reviewers to pull requests
2+
addReviewers: true
3+
4+
# A list of reviewers to be added to pull requests (GitHub user name)
5+
reviewers:
6+
- edoardottt
7+
8+
# A list of keywords to be skipped the process that add reviewers if pull requests include it
9+
skipKeywords:
10+
- wip
11+
12+
# A number of reviewers added to the pull request
13+
# Set 0 to add all the reviewers (default: 0)
14+
numberOfReviewers: 0

0 commit comments

Comments
 (0)