Skip to content

Commit

Permalink
워크플로우 추가를 위한 메인 병합
Browse files Browse the repository at this point in the history
워크플로우 추가를 위한 메인 병합
klmhyeonwoo authored Jul 6, 2024
2 parents be04c21 + 467cfc3 commit b02ecaa
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 b02ecaa

Please sign in to comment.