Tools
슬랙에서 github 구독하기 (Subscribe to github on slack)
HCastle
2023. 6. 1. 11:30
반응형
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]
반응형