timeofinformatics / nodejs-sample-app

0 stars 1 forks source link

Slackに通知する仕組み作る #5

Closed teach310 closed 3 years ago

teach310 commented 3 years ago

@teach310 テストテスト

teach310 commented 3 years ago

@teach310 テスト

teach310 commented 3 years ago

slackのメンション飛ばせるのかテスト @taichi.sato

teach310 commented 3 years ago

slackのメンション飛ばせるのかテスト @taichi.sato リベンジ

teach310 commented 3 years ago

@teach310 こっちだととんでたり?

teach310 commented 3 years ago

GitHub公式App をSlackのnotificationsチャンネルと紐づけた。 しかし、以下の問題がある。

ここは

Slack公式Appには機能ないので現場自前で開発する必要があるが、それは時間かかるのでとりあえず公式Appで我慢

teach310 commented 3 years ago

@teach310 テスト

teach310 commented 3 years ago

Scheduled Reminderでいけそうだけど 自分じゃ飛ばない

ub0t0 commented 3 years ago

@teach310 うおおおお

teach310 commented 3 years ago

@ub0t0 テスト

teach310 commented 3 years ago

プルリクエストの通知は飛ぶけどissueのメンションは飛ばない

teach310 commented 3 years ago

通知の設定方法

https://qiita.com/mikan3rd/items/5ca5c3622f4f7cd5dc70

issueでのメンションは飛ばないため、slackのnotificationsに全部流す。

teach310 commented 3 years ago

@teach310 テスト テスト

teach310 commented 3 years ago

@teach310 あああ

teach310 commented 3 years ago

@teach310 Slack通知システム完成。 GAS https://docs.google.com/spreadsheets/d/1U-hXvvmCli_JfkDT35tz2VIgUoLXWFD87HcWyEMMSL0/edit#gid=0 usersシートにGitHubの名前と、SlackのUserIDを記入するとメンション対象になる。

拾うコメントはissue_comment, プルリクのレビューのコメント 他のイベントは必要であればって感じで。