Skip to content

Commit

Permalink
Merge pull request #54 from boostcampwm-2024/main
Browse files Browse the repository at this point in the history
[ENV][Fix] #1 : auto-assign-reviewers action ์ˆ˜์ •
  • Loading branch information
effozen authored Nov 4, 2024
2 parents f25a14e + c8c0615 commit 3101dfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 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: 3 additions & 7 deletions .github/workflows/auto-assign-reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:
return labels.some(label => label.name === 'ํ™•์ธ ์š”์ฒญ');
- name: 'Assign Reviewers'
if: steps.label_check.outputs.result == 'true'
uses: kentaro-m/auto-assign-action@v1
uses: kentaro-m/auto-assign-action@v2.0.0
with:
reviewers: |
effozen
happyhyep
juwon5272
leedongyull
number_of_reviewers: 2
repo-token: '${{ secrets.GITHUB_TOKEN }}'
configuration-path: '.github/auto_assign_config.yml' # ์ด๋ถ€๋ถ„์€ ์ฐจํ›„ ์ƒ์„ฑํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค

0 comments on commit 3101dfb

Please sign in to comment.