Markdown Cleanup Github Bot: Difference between revisions
From charlesreid1
(Created page with "MCBot = Markdown Cleanup Github Bot Here's how this thing works: * First, you set up a Github bot account - the user that will do your bidding. * Next, you create a Github O...") |
No edit summary |
||
| Line 6: | Line 6: | ||
* Next, you create a Github OAuth account as that user. This OAuth application will ask users for various permissions. One of those permissions is the ability to commit to repositories. | * Next, you create a Github OAuth account as that user. This OAuth application will ask users for various permissions. One of those permissions is the ability to commit to repositories. | ||
* This is still totally unclear. | * This is still totally unclear. | ||
Useful: PR request hook (flask server) that comments on PRs from first-time contributors | |||
* https://github.com/Deborah-Digges/pr-bot | |||
How it works: | |||
* Run the flask app somewhere | |||
* Install a webhook in your repo that pings the endpoint, and only do on pull request events | |||
Revision as of 19:26, 4 August 2018
MCBot = Markdown Cleanup Github Bot
Here's how this thing works:
- First, you set up a Github bot account - the user that will do your bidding.
- Next, you create a Github OAuth account as that user. This OAuth application will ask users for various permissions. One of those permissions is the ability to commit to repositories.
- This is still totally unclear.
Useful: PR request hook (flask server) that comments on PRs from first-time contributors
How it works:
- Run the flask app somewhere
- Install a webhook in your repo that pings the endpoint, and only do on pull request events