Skip to content

Commit

Permalink
Merge pull request #94 from prgrms-web-devcourse-final-project/82-fea…
Browse files Browse the repository at this point in the history
…ture/required-reviewer

[Bug] #82 멘토님 리뷰어 지정 안되는 문제
  • Loading branch information
shlee9999 authored Nov 26, 2024
2 parents 863b874 + 2ea896b commit 5c1cf7f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,22 @@ reviewers:
- wonill
- kimjuyoung99

numberOfReviewers: 3
numberOfReviewers: 2 # requiredReviewers를 제외한 추가 리뷰어 수

requiredReviewers:
- saseungmin

useReviewGroups: true # 리뷰 그룹 사용 활성화

reviewGroups:
required:
- saseungmin
optional:
- ruehan
- shlee9999
- wonill
- kimjuyoung99

skipKeywords:
- wip

Expand Down

0 comments on commit 5c1cf7f

Please sign in to comment.