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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user