Chore/#9 github auto-assign을 추가합니다. #10
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this PR? 🔍
승민님의 피드백을 참고하여 Reviewr 자동 등록을 추가합니다.
아래 봇을 추가해두었습니다!
https://github.com/apps/auto-assign
Changes 📝
yml 코드를 해석하면 다음과 같습니다.
addReviewers: true
풀 리퀘스트에 리뷰어를 자동으로 추가하는 기능을 활성화합니다. true로 설정하면, 새로운 풀 리퀘스트가 생성될 때 지정된 리뷰어들이 자동으로 할당됩니다.
addAssignees: author
풀 리퀘스트에 할당할 사람을 지정합니다. author로 설정하면, 풀 리퀘스트 작성자가 자동으로 담당자로 추가됩니다.
reviewers
풀 리퀘스트에 자동으로 들어갈 사용자 목록입니다. 저희 각각 넣어두었습니다.
numberOfReviewers: 0
각 풀 리퀘스트에 추가할 리뷰어의 수를 정의합니다. 0으로 설정하면, 지정된 모든 리뷰어들이 풀 리퀘스트에 추가됩니다.
skipKeywords
풀 리퀘스트 제목이나 설명에 정의해둔 키워드(wip)가 포함되어 있으면 리뷰어 추가 프로세스를 건너뜁니다. 이는 아직 리뷰 준비가 되지 않은 초안 상태의 풀 리퀘스트에 유용합니다.
Screenshot 📷