본문 바로가기
Tools

슬랙에서 github 구독하기 (Subscribe to github on slack)

by HCastle 2023. 6. 1.
반응형

Slack 의 GitHub app 을 통해 repository 의 이벤트를 구독할 수 있다.

 

 

GitHub App 추가

 

GitHub 구독하기
/github subscribe [owner/repo]

[기본 알림 이벤트]
issues - Opened or closed issues
pulls - New or merged pull requests, as well as draft pull requests marked "Ready for Review"
commits - New commits on the default branch (usually main)
releases - Published releases
deployments - Deployment status updates.


You can subscribe or unsubscribe from multiple settings at once. For example, to turn on activity for pull request reviews and comments:
/github subscribe owner/repo reviews comments
And to turn it back off:
/github unsubscribe owner/repo reviews comments

 

GitHub 구독 해지하기
/github unsubscribe [owner/repo]

 

 

https://github.com/integrations/Slack#configuration

반응형

'Tools' 카테고리의 다른 글

EditPlus 파일연결 실행오류 해결  (0) 2022.09.19
Diagrams - Diagram as Code  (0) 2022.06.22
Slack 활용하기  (0) 2022.06.08

댓글