Skip to content

Commit

Permalink
Update deploy documentation to include required permissions and events (
Browse files Browse the repository at this point in the history
#4)

* Update deploy documentation to include required permissions and events

* Review feedback

* Update required file path
  • Loading branch information
AlexMSmithCA authored Aug 10, 2018
1 parent 88a161e commit 88ee2b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ If you would like to run your own instance of this app, see the [docs for deploy

This app requires these **Permissions & events** for the GitHub App:

> **TODO**: List permissions required for deployment here. See [probot/stale](https://github.com/probot/stale/blob/master/docs/deploy.md) for an example.
- Pull requests - **Read & Write**
- [x] Check the box for **Pull request** events
- Repository webhooks - **Read-only**
- Commit statuses - **Read & Write**
- [x] Check the box for **Status** events
- Single File - **Read-only**
- Path: `.github/required-labels.yml`

0 comments on commit 88ee2b9

Please sign in to comment.