Skip to content

Commit

Permalink
Create AutomaticAssignReviewer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borimong authored Sep 16, 2023
1 parent 08fddf6 commit 0e79df1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/AutomaticAssignReviewer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Review Assign

on:
pull_request:
types: [opened, ready_for_review]

jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }} # assign pull request author
reviewers: 100Gyeon, na-reum, eunsukimme, borimong # if draft, assigned when draft is released

0 comments on commit 0e79df1

Please sign in to comment.