Skip to content

Instantly share code, notes, and snippets.

@adamryman
Last active May 5, 2017 23:27
Show Gist options
  • Select an option

  • Save adamryman/4becfa5f7eae68f66c347a2cde9ae06b to your computer and use it in GitHub Desktop.

Select an option

Save adamryman/4becfa5f7eae68f66c347a2cde9ae06b to your computer and use it in GitHub Desktop.

Revisions

  1. adamryman revised this gist May 5, 2017. 1 changed file with 16 additions and 16 deletions.
    32 changes: 16 additions & 16 deletions README.md
    Original 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`
    - [ ] 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

  2. adamryman created this gist May 5, 2017.
    27 changes: 27 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    # lgtm; slackbot for #pr-party [![Build Status](https://travis-ci.org/StudentRND/lgtm.svg?branch=master)](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)