-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
리뷰어 자동 할당 기능 추가해봅니다.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
- name: Review Assign Action | ||
# You may pin to the exact commit or the version. | ||
# uses: hkusu/review-assign-action@5bee595fdb9765d4a0bd35724b6302fa15569158 | ||
uses: hkusu/[email protected] | ||
with: | ||
# | ||
assignees: # optional | ||
# | ||
reviewers: coke98, gyu-nam, Cloie-Kim, jwjdd # optional | ||
# | ||
max-num-of-reviewers: # optional | ||
# | ||
draft-keyword: # optional | ||
# | ||
ready-comment: # optional | ||
# | ||
merged-comment: # optional | ||
# | ||
bot-accounts: # optional | ||
# | ||
github-token: # optional, default is ${{ github.token }} | ||
# | ||
event: # optional, default is ${{ toJson(github.event) }} | ||
|