Skip to content

Commit

Permalink
Create auto-review-assign.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
klmhyeonwoo authored Jul 6, 2024
1 parent be04c21 commit 9885afd
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/[email protected]
with:
assignees: ${{ github.actor }}
reviewers: klmhyeonwoo, leeminhee119, donghunee, sean2337

0 comments on commit 9885afd

Please sign in to comment.