Skip to content

Commit 6317d13

Browse files
committed
For PRs, automatically set the author
1 parent 36d50ad commit 6317d13

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Auto Author Assign
2+
3+
on:
4+
pull_request_target:
5+
types: [ opened, reopened ]
6+
7+
permissions:
8+
pull-requests: write
9+
10+
jobs:
11+
assign-author:
12+
name: Auto assign PR
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: toshimaru/[email protected]

0 commit comments

Comments
 (0)