-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
코드리뷰 봇 구현 #18
코드리뷰 봇 구현 #18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~~! 두 가지 의견 확인 부탁드립니다 !
.github/workflows/pull_request.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if (github.context.payload.pull_request.requested_reviewers.length > 0) | ||
send(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요 부분에 리뷰어 분들도 리뷰 제출 시 알람 갈 수 있도록 제가 한번 기능추가 해봐도 괜찮을까요??
찾아보니 pull_request_review 웹훅 보니
pull_request_review
이벤트에서 github.event.review.state
를 적절히 짬뽕하면 될 것 같은 생각이 드네용
코드리뷰 봇을 구현하는 작업입니다.
상세내용: #17