Skip to content

Commit

Permalink
[ENV][fix] : auto-assign-reviewers action ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
effozen committed Nov 4, 2024
1 parent d673e63 commit c8c0615
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .github/auto_assign_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
addReviewers: true
addAssignees: author
reviewers:
- effozen
- happyhyep
- juwon5272
- leedongyull
numberOfReviewers: 2
10 changes: 2 additions & 8 deletions .github/workflows/auto-assign-reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,5 @@ jobs:
if: steps.label_check.outputs.result == 'true'
uses: kentaro-m/[email protected]
with:
addReviewers: true
addAssignees: true
reviewers:
effozen
happyhyep
juwon5272
leedongyull
numberOfReviewers: 2
repo-token: '${{ secrets.GITHUB_TOKEN }}'
configuration-path: '.github/auto_assign_config.yml' # ์ด๋ถ€๋ถ„์€ ์ฐจํ›„ ์ƒ์„ฑํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค

0 comments on commit c8c0615

Please sign in to comment.