Skip to content

Commit dcf06bc

Browse files
authored
Create pr_assignee.yml
1 parent d3b04b7 commit dcf06bc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/pr_assignee.yml

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

0 commit comments

Comments
 (0)