test : github action reviewer 자동 등록 테스트 #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
reviewers: choboss00, devyuseon, JShistory, nashs789, suu1006 # if draft, assigned when draft is released | |
max-num-of-reviewers: 1 # 이 수치가 명시되면 지정된 숫자보다 적은 수의 리뷰어가 랜덤으로 선택되어 무작위로 할당하는데 유용하다. |