Skip to content

Commit da8cc36

Browse files
authored
Create auto_assign.yml
1 parent be64bed commit da8cc36

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/auto_assign.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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: author
6+
7+
# A list of reviewers to be added to pull requests (GitHub user name)
8+
reviewers:
9+
- Daltonicc
10+
- dudtjs1021ej
11+
- leeari95
12+
13+
# A number of reviewers added to the pull request
14+
# Set 0 to add all the reviewers (default: 0)
15+
numberOfReviewers: 1

0 commit comments

Comments
 (0)