【Slack】githubとの連携時にgithubへのpush(コミット)通知が来ない場合の対処方法
slackとgithubを連携させて、デフォルトで通知がOFFになっている、"すべてのコミット"をオンにしようとして以下のコマンドをSlackに投げた。
/github subscribe org/repo commits:all
しかし、githubにpushしてもSlackに通知が来ない。
いつの間にか、"commits:all"は使えなくなって、"commits:*"でやらないといけなくなったらしい。
/github subscribe org/repo commits:*
これでgihubにpushしたら通知が来るようになった。
Note: Previously we you might have used
https://github.com/integrations/slack#filterscommits:all
to represent all branches. 'all’ is no longer a reserved keyword. Going forward, you need to use '*’ to represent all branches. If you have already configured with 'commits:all’ previosly, dont worry, it will continue to work until you update the commits configuration.
ディスカッション
コメント一覧
まだ、コメントがありません