Display event categories in a smaller font (ghwebhook.md)
This commit is contained in:
parent
8c4c9ab90a
commit
9bbf3147d0
1 changed files with 10 additions and 10 deletions
|
@ -10,34 +10,34 @@ Same as above but with `remove` instead of `add`
|
||||||
## Modifying shown events
|
## Modifying shown events
|
||||||
`!ghwebhook events [hook] [events]` where `[events]` is a space-separated list of the following
|
`!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
|
Shows when a newly registered web hook first hits BitBot
|
||||||
|
|
||||||
### code
|
#### code
|
||||||
Shows for commits and comments on commits
|
Shows for commits and comments on commits
|
||||||
|
|
||||||
### pr-minimal
|
#### pr-minimal
|
||||||
Shows minimal pull request actions; opened, closed, reopened
|
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
|
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
|
Shows the same actions as `pr` and also: labeled, unlabeled
|
||||||
|
|
||||||
### issue-minimal
|
#### issue-minimal
|
||||||
Shows minimal issue actions; opened, closed, reopened, deleted
|
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
|
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
|
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
|
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
|
Shows when users are added or removed from teams
|
||||||
|
|
||||||
## List shown events
|
## List shown events
|
||||||
|
|
Loading…
Reference in a new issue