Skip to content

Commit c64d042

Browse files
authored
chore: auto_assign 등록
1 parent ac1db79 commit c64d042

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: author
6+
7+
# A list of keywords to be skipped the process that add reviewers if pull requests include it
8+
skipKeywords:
9+
- wip
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)