We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4a0c4 commit 4d16573Copy full SHA for 4d16573
.github/workflows/assign_author.yml
@@ -0,0 +1,11 @@
1
+on:
2
+ issues:
3
+ types: [opened]
4
+name: Issues
5
+jobs:
6
+ assignAuthor:
7
+ name: Assign author to issue
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Assign author to issue
11
+ uses: technote-space/assign-author@v1
0 commit comments