Skip to content

Commit 019e41b

Browse files
committed
Add PRAssign
1 parent eed80e5 commit 019e41b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/PRAssign.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Automatically assign PR authors
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
8+
permissions:
9+
pull-requests: write
10+
11+
jobs:
12+
assign-author:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: TuringLang/actions/PRAssign@main

0 commit comments

Comments
 (0)