1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-03 12:58:29 +00:00

Fix incompleted commit status events

This commit is contained in:
Lunny Xiao
2024-12-17 18:58:23 -08:00
parent 2d7e6e9482
commit a9080fabe4
18 changed files with 110 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ type HookEvents struct {
Repository bool `json:"repository"`
Release bool `json:"release"`
Package bool `json:"package"`
CommitStatus bool `json:"commit_status"`
}
// HookEvent represents events that will delivery hook.