-
Notifications
You must be signed in to change notification settings - Fork 3
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
[BE] 코드 리뷰 Github action 연동 #104
Conversation
@@ -0,0 +1,50 @@ | |||
name: Notify Slack on Pull Request Review Request |
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.
!!!
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.
고쳐주세요
env: | ||
koust6u: U07D1PWSLSG | ||
kelly6bf: U07DSB12K99 | ||
JiHyeonL: U07E3T9PMA4 | ||
yechop: U07E3TG6CHE | ||
reddevilmidzy: U07DF0QPUKV | ||
dle234: U07E48NCK4G | ||
greetings1012: U07DPGSCXRA | ||
anttiey: U07DPGSCXRA |
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.
이 부분이 아쉬워요
name: Notify Slack on Pull Request Review Request | ||
|
||
on: | ||
pull_request_review: |
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.
1
with: | ||
channel-id: 'C07DN3TETSL' | ||
payload: | | ||
{ |
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.
2
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.
coment
pull_request_review: | ||
|
||
env: | ||
koust6u: U07D1PWSLSG |
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.
dd
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.
굿
연관된 이슈
구현한 기능
slack 메세지로 PR에 대한 코멘트가 도착했음을 알림
상세 설명