3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

slackにgithubの通知が欲しいでヤンス

Last updated at Posted at 2020-03-06

はじめに

おはこんばんにちは!syomaです。
表題の通りですが、slackにて、githubでのマージやコミットなんかを通知できるようにします!

手順としましては

  1. slackにgithubをインストール
  2. slack内でgithub認証をする
  3. slack内でリポジトリの登録

簡単でございます。では順に参りましょう!

1. slackにgithubをインストール

slack.github.com にアクセスし、「Add to Slack」をクリックします。

2. slack内でgithub認証をする

通知を受けたいslackチャンネルで下記の文を打ちましょう。

slack
/github signin

認証完了するとslackに下記の文が表示されます。

✅Success! @slack名 is now connected to @github

3. slack内でリポジトリの登録

通知を受けたいチャンネルで、リポジトリを登録するためのコマンドを送信するのじゃっ

slack
/github subscribe owner/repository

owner/repository は 自分のリポジトリにしましょう!

slack
Subscribed to owner/repository

という一文が返ってきたら成功です!

もし、この時点で

slack
Either the app isn't installed on your repository or the repository does not exist. Install it to proceed.

という一文が返ってきた場合

スクリーンショット 2020-03-06 18.13.08.png

Install GitHub Appをクリックし、下の画像のように「All repositories」にチェックを入れSaveしましょう。

スクリーンショット 2020-03-06 18.13.31.png

そして、

slack
/github subscribe owner/repository

owner/repository は 自分のリポジトリにしましょう!

以上です!

最後に

twitterやっておりますので是非フォローよろしくお願いいたします。
https://twitter.com/syomabusiness
youtubeも始める予定です。

3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?