Skip to content

Commit 0ec9126

Browse files
authored
Merge pull request #1366 from crazy-max/pr-assign-author
pr-assign-author workflow
2 parents c566248 + b749522 commit 0ec9126

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: pr-assign-author
2+
3+
permissions:
4+
contents: read
5+
6+
on:
7+
pull_request_target:
8+
types:
9+
- opened
10+
- reopened
11+
12+
jobs:
13+
run:
14+
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@1b673f36fad86812f538c1df9794904038a23cbf
15+
permissions:
16+
contents: read
17+
pull-requests: write

0 commit comments

Comments
 (0)