Skip to content

Commit b306633

Browse files
authored
devops: Assign reviewer automatically (#392)
1 parent af7ecee commit b306633

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Review Assign
2+
3+
on:
4+
pull_request:
5+
types: [ opened, ready_for_review ]
6+
7+
jobs:
8+
assign:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: hkusu/review-assign-action@v1
12+
with:
13+
assignees: ${{ github.actor }} # assign pull request author
14+
reviewers: s-hwan , rladmstn, sh0723, hwangjokim, junggyo1020 # if draft, assigned when draft is released

0 commit comments

Comments
 (0)