Skip to content

Commit

Permalink
[DOCS] Reviewers & Assignees 지정 자동화
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-TaeUk authored May 9, 2024
1 parent 2c32590 commit 4b04a95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/AutoAssignAndReview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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 }}
reviewers: Kim-TaeUk, ChaeAg, rinarina0429

0 comments on commit 4b04a95

Please sign in to comment.