bitbot-3.11-fork/modules/github/ghwebhook.md

45 lines
1.4 KiB
Markdown
Raw Normal View History

2019-01-18 13:13:01 +00:00
# !ghwebhook
## Adding a web hook
`!ghwebhook add [name]` where `[name]` is either a full repository name (e.g. `jesopo/bitbot`) to get a specific repository or a user/organisation name (e.g. `jesopo`) to get all repositories for that user/organisation
## Removing a web hook
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
2019-01-18 13:13:01 +00:00
Shows when a newly registered web hook first hits BitBot
#### code
2019-01-18 13:13:01 +00:00
Shows for commits and comments on commits
#### pr-minimal
2019-01-18 13:13:01 +00:00
Shows minimal pull request actions; opened, closed, reopened
#### pr
2019-01-18 13:13:01 +00:00
Shows the same actions as `pr-minimal` and also: edited, assigned, unassigned, review requests, comments on review requests
#### pr-all
2019-01-18 13:13:01 +00:00
Shows the same actions as `pr` and also: labeled, unlabeled
#### issue-minimal
2019-01-18 13:13:01 +00:00
Shows minimal issue actions; opened, closed, reopened, deleted
#### issue
2019-01-18 13:13:01 +00:00
Shows the same actions as `issue-minimal` and also: edited, assigned, unassigned, comments on issues
#### issue-all
2019-01-18 13:13:01 +00:00
Shows the same actions as `issue` and also: transferred, pinned, unpinned, labeled, unlabeled, milestoned, demilestoned
#### repo
2019-01-18 13:13:01 +00:00
Shows events related repositories themselves; repository/branch/tag created, repository/branch/tag deleted, release created, fork created
#### team
2019-01-18 13:13:01 +00:00
Shows when users are added or removed from teams
## List shown events
`!ghwebhook events [hook]`