Skip to content

Commit

Permalink
Update auto_assign.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shlee9999 authored Nov 26, 2024
1 parent b8710f1 commit 8aacfb3
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 8aacfb3

Please sign in to comment.