Skip to content

Commit 4d16573

Browse files
authored
Create assign_author.yml
1 parent 8b4a0c4 commit 4d16573

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/assign_author.yml

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)