Skip to content

Commit f175456

Browse files
committed
Auto-assign issues to me
1 parent 961f0a4 commit f175456

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

.github/auto-assign.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
404: Not Found
1+
# Set to true to add reviewers to PRs
2+
addReviewers: true
3+
4+
# Set to 'author' to add PR's author as a assignee
5+
addAssignees: author
6+
7+
# A list of reviewers to be added to PRs (GitHub user name)
8+
reviewers:
9+
- tonysm
10+
11+
# A number of reviewers added to the PR
12+
# Set 0 to add all the reviewers (default: 0)
13+
numberOfReviewers: 1
14+
15+
# A list of assignees, overrides reviewers if set
16+
assignees:
17+
- tonysm
18+
19+
# A number of assignees to add to the PRs
20+
# Set to 0 to add all of the assignees.
21+
# Uses numberOfReviewers if unset.
22+
numberOfAssignees: 0
23+
24+
# A list of keywords to be skipped the process if PR's title include it
25+
skipKeywords:
26+
- wip

0 commit comments

Comments
 (0)