Skip to content

Commit

Permalink
�chore: #1 오토 리뷰어 세팅
Browse files Browse the repository at this point in the history
오토 리뷰어 세팅
  • Loading branch information
klmhyeonwoo committed Jul 6, 2024
2 parents 09875cf + 9885afd commit 467cfc3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-review-assign.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.4.0
with:
assignees: ${{ github.actor }}
reviewers: klmhyeonwoo, leeminhee119, donghunee, sean2337

0 comments on commit 467cfc3

Please sign in to comment.