Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
리뷰어 자동 할당 기능 추가해봅니다.
  • Loading branch information
gyu-nam authored Sep 21, 2024
1 parent 85134e1 commit fd451d8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
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) }}

0 comments on commit fd451d8

Please sign in to comment.