Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 812f074

Browse files
Create auto_assign.yml
1 parent 64c9f6e commit 812f074

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/auto_assign.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Set to true to add reviewers to pull requests
2+
addReviewers: false
3+
4+
# Set to true to add assignees to pull requests
5+
addAssignees: true
6+
7+
assignees:
8+
- koenzomers
9+
- erwinvanhunen
10+
11+
# A number of reviewers added to the pull request
12+
# Set 0 to add all the reviewers (default: 0)
13+
numberOfReviewers: 0

0 commit comments

Comments
 (0)