aboutsummaryrefslogtreecommitdiff
path: root/modules/github/ghwebhook.md
diff options
context:
space:
mode:
authorGravatar jesopo2019-01-19 07:53:30 +0000
committerGravatar jesopo2019-01-19 07:53:30 +0000
commit8c1b40e785573fa1eaca4af379d304a4ff66eb15 (patch)
tree2ae303c9beed621492d163c7f5036296994383bc /modules/github/ghwebhook.md
parentAllow users to specify what branches are shown for github webhooks (github) (diff)
signature
Clarify `[hook]` and add sections for `branches` subcommand (github)
Diffstat (limited to 'modules/github/ghwebhook.md')
-rw-r--r--modules/github/ghwebhook.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/github/ghwebhook.md b/modules/github/ghwebhook.md
index 4ecf9417..cffe62da 100644
--- a/modules/github/ghwebhook.md
+++ b/modules/github/ghwebhook.md
@@ -8,7 +8,7 @@
Same as above but with `remove` instead of `add`
## Modifying shown events
-`!ghwebhook events [hook] [events]` where `[events]` is a space-separated list of either raw events (see [here](https://developer.github.com/v3/activity/events/types/)) or the following
+`!ghwebhook events [hook] [events]` where `[hook]` is the `[name]` used in the `add` command and where `[events]` is a space-separated list of either raw events (see [here](https://developer.github.com/v3/activity/events/types/)) or the following
#### ping
Shows when a newly registered web hook first hits BitBot
@@ -42,3 +42,9 @@ Shows when users are added or removed from teams
## List shown events
`!ghwebhook events [hook]`
+
+## Modify shown branches
+`!ghwebhook branches [hook] [branches]` where `[hook]` is the `[name]` used in the `add` command and where `[branches]` is a space-separated list of branch names
+
+## List shown branches
+`!ghwebhook branches [hook]`