forked from forgejo/forgejo
[BRANDING] define the forgejo webhook type
templates/swagger/v1_json.tmpl updated with `make generate-swagger` (cherry picked from commit88899c492e
) (cherry picked from commit7171bd9617
) (cherry picked from commit1a742446c1
) (cherry picked from commit132342ae8d
) (cherry picked from commitb47b815fbe
) (cherry picked from commit2dbb52c8ec
) (cherry picked from commitc846de4322
) (cherry picked from commitc3d1ad7bbc
) (cherry picked from commit972c772c0e
)
This commit is contained in:
parent
ac0f33925d
commit
4b4aeff24b
13 changed files with 136 additions and 11 deletions
|
@ -71,6 +71,7 @@ type HookType = string
|
|||
|
||||
// Types of webhooks
|
||||
const (
|
||||
FORGEJO HookType = "forgejo"
|
||||
GITEA HookType = "gitea"
|
||||
GOGS HookType = "gogs"
|
||||
SLACK HookType = "slack"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue