Skip to content

Commit

Permalink
docs: Label 수정 시 리뷰어 자동 등록 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
alstjr7437 committed May 14, 2024
1 parent b1681b5 commit 5c7eb95
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/assign-reviewer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Assign Reviewer By Label
on:
pull_request_target:
types:
- opened
- edited
- labeled
- unlabeled
jobs:
assign-reviewer:
runs-on: ubuntu-latest
steps:
- name: Waiting Review
uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reviewers: SeongHoonC, tgyuuAn, H0ngJu, alstjr7437
assignees: ${{ github.event.pull_request.user.login }}
includeLabels: 리뷰 기다리는 중 🔥
excludeLabels: 작성 중 ⏱️

0 comments on commit 5c7eb95

Please sign in to comment.