forked from forgejo/forgejo
parent
4ad42a4e3f
commit
82b92c3f2c
28 changed files with 890 additions and 13 deletions
|
@ -25,6 +25,7 @@ import (
|
|||
"code.gitea.io/gitea/modules/util"
|
||||
webhook_module "code.gitea.io/gitea/modules/webhook"
|
||||
"code.gitea.io/gitea/services/forms"
|
||||
"code.gitea.io/gitea/services/webhook/sourcehut"
|
||||
|
||||
"github.com/gobwas/glob"
|
||||
)
|
||||
|
@ -53,6 +54,7 @@ var webhookHandlers = []Handler{
|
|||
matrixHandler{},
|
||||
wechatworkHandler{},
|
||||
packagistHandler{},
|
||||
sourcehut.BuildsHandler{},
|
||||
}
|
||||
|
||||
// GetWebhookHandler return the handler for a given webhook type (nil if not found)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue