Skip to content

Commit 77997b1

Browse files
committed
Auto assign PR creator
1 parent 58eaa68 commit 77997b1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/auto_assign.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
addAssignees: author

.github/workflows/auto-assign.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: 'Auto Assign PR Creator'
2+
3+
on:
4+
pull_request:
5+
types: [opened, ready_for_review]
6+
7+
jobs:
8+
add-reviews:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: kentaro-m/auto-assign-action@63835bc940442c9eca8d1c8f8a2cc7fe0f45cd7b
12+
with:
13+
configuration-path: '.github/auto_assign.yml'

0 commit comments

Comments
 (0)