We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70715b4 commit db288f0Copy full SHA for db288f0
.github/workflows/auto-assign.yml
@@ -0,0 +1,18 @@
1
+name: Issue assignment
2
+
3
+on:
4
+ issues:
5
+ types: [opened]
6
7
+jobs:
8
+ auto-assign:
9
+ runs-on: ubuntu-latest
10
+ permissions:
11
+ issues: write
12
+ steps:
13
+ - name: 'Auto-assign issue'
14
+ uses: pozil/auto-assign-issue@v2
15
+ with:
16
+ assignees: octocat,cat,dog
17
+ numOfAssignee: 2
18
+ allowSelfAssign: false
0 commit comments