We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7ce5b commit 4f4d67eCopy full SHA for 4f4d67e
.github/auto_assign-issues.yml
@@ -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