Skip to content

Commit fc32e10

Browse files
authored
Add PR auto assign workflow (#2528)
1 parent afb5c44 commit fc32e10

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:
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)