0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

GitHub Organization内のactionをDiscordで通知する

Posted at

目的

プログラミングコンテストで出場した後に途端にやる気をなくすコンテストあるあるに苛まれているためアクションをDiscordに通知してまだプロジェクト自体は動いてる感を出し、メンバーの創作意欲を復活させます

やってみる

image.png

  1. GitHubの通知を受け取るテキストチャットを作ります(作らなくてもOK)

image.png
2. [チャンネル編集]から[連携サービス]を選択しウェブフックを作成します

image.png
3. 作ったウェブフックの名前とチャンネルを編集し(編集しなくてもOK)、ウェブフックURLをコピーします

image.png
4. GitHub Organizationの[setting]→[Webhooks]→[Add webhook]と進んでください

image.png
5. [Payload URL]に先ほどコピーしたURLをペーストし、URLの後ろに/githubを追加してください
image.png
6. [Content type]をapplication/jsonに変更してください
image.png
7. [Which events would you like to trigger this webhook?]ではどのアクションを通知するかを選べます。今回はとにかくたくさん通知が欲しいので2番目にします
8. 他は何もしなくて大丈夫です。完了したら[Add webhook]を押します
これで完了です

さいごに

たぶんこれでみんなの創作意欲も上がるはず、、、上がるよね、、、?

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?