Skip to content

Commit a6b218f

Browse files
authored
Create auto-assign-issues.yml
1 parent eea6619 commit a6b218f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/auto-assign-issues.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# If enabled, auto-assigns users when a new issue is created
2+
# Defaults to true, allows you to install the app globally, and disable on a per-repo basis
3+
addAssignees: true
4+
5+
# The list of users to assign to new issues.
6+
# If empty or not provided, the repository owner is assigned
7+
assignees:
8+
- reviewerA
9+
- reviewerB
10+
- reviewerC

0 commit comments

Comments
 (0)