aboutsummaryrefslogtreecommitdiff
path: root/modules/github/ghwebhook.md
diff options
context:
space:
mode:
authorGravatar jesopo2019-01-18 13:14:11 +0000
committerGravatar jesopo2019-01-18 13:14:11 +0000
commit9bbf3147d020d7ba56a18e4ec9ab04ac34765598 (patch)
tree23552e2119c3fbf52da9e50ec6cd819823f53147 /modules/github/ghwebhook.md
parentAdded help file for !ghwebhook (diff)
signature
Display event categories in a smaller font (ghwebhook.md)
Diffstat (limited to 'modules/github/ghwebhook.md')
-rw-r--r--modules/github/ghwebhook.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/modules/github/ghwebhook.md b/modules/github/ghwebhook.md
index 105ebf80..58bee0cf 100644
--- a/modules/github/ghwebhook.md
+++ b/modules/github/ghwebhook.md
@@ -10,34 +10,34 @@ Same as above but with `remove` instead of `add`
## Modifying shown events
`!ghwebhook events [hook] [events]` where `[events]` is a space-separated list of the following
-### ping
+#### ping
Shows when a newly registered web hook first hits BitBot
-### code
+#### code
Shows for commits and comments on commits
-### pr-minimal
+#### pr-minimal
Shows minimal pull request actions; opened, closed, reopened
-### pr
+#### pr
Shows the same actions as `pr-minimal` and also: edited, assigned, unassigned, review requests, comments on review requests
-### pr-all
+#### pr-all
Shows the same actions as `pr` and also: labeled, unlabeled
-### issue-minimal
+#### issue-minimal
Shows minimal issue actions; opened, closed, reopened, deleted
-### issue
+#### issue
Shows the same actions as `issue-minimal` and also: edited, assigned, unassigned, comments on issues
-### issue-all
+#### issue-all
Shows the same actions as `issue` and also: transferred, pinned, unpinned, labeled, unlabeled, milestoned, demilestoned
-### repo
+#### repo
Shows events related repositories themselves; repository/branch/tag created, repository/branch/tag deleted, release created, fork created
-### team
+#### team
Shows when users are added or removed from teams
## List shown events