Last active
May 5, 2017 23:27
-
-
Save adamryman/4becfa5f7eae68f66c347a2cde9ae06b to your computer and use it in GitHub Desktop.
Revisions
-
adamryman revised this gist
May 5, 2017 . 1 changed file with 16 additions and 16 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,22 +5,22 @@ posting to the channel when a new pull request opens. ## TODO - [ ] OAuth2 flow with github to be able to make web hooks on a users repos - [ ] [github.com/golang/oauth2](https://github.com/golang/oauth2) - [ ] Any OAuth token - [ ] Associate slack user with OAuth2 token - [ ] Github Webhooks - [ ] [github.com/google/go-github](https://github.com/google/go-github) - [ ] Store slack webhook - [ ] Add webhook to repo - [ ] application/json - [ ] Pull request review - [ ] Bot - [ ] Flow that does oauth - [ ] `@lgtm Authenicate me` - [ ] Flow that adds webhook - [ ] `@lgtm Watch repo adamryman/kit` [] Flow that removes webhook? - [ ] `@lgtm stop looking at adamryman/kit` ## (UN)LICENSE -
adamryman created this gist
May 5, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ # lgtm; slackbot for #pr-party [](https://travis-ci.org/StudentRND/lgtm) lgtm lets uses add github integrations to the slack channel #pr-party for posting to the channel when a new pull request opens. ## TODO - [] OAuth2 flow with github to be able to make web hooks on a users repos - [] [github.com/golang/oauth2](https://github.com/golang/oauth2) - [] Any OAuth token - [] Associate slack user with OAuth2 token - [] Github Webhooks - [] [github.com/google/go-github](https://github.com/google/go-github) - [] Store slack webhook - [] Add webhook to repo - [] application/json - [] Pull request review - [] Bot - [] Flow that does oauth - [] `@lgtm Authenicate me` - [] Flow that adds webhook - [] `@lgtm Watch repo adamryman/kit` [] Flow that removes webhook? - [] `@lgtm stop looking at adamryman/kit` ## (UN)LICENSE [This is free and unencumbered software released into the public domain.](./UNLICENSE)