diff options
Diffstat (limited to 'modules/webhook/structs.go')
-rw-r--r-- | modules/webhook/structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/webhook/structs.go b/modules/webhook/structs.go index 927a91a74c..a9f8e33ae2 100644 --- a/modules/webhook/structs.go +++ b/modules/webhook/structs.go @@ -26,6 +26,7 @@ type HookEvents struct { Repository bool `json:"repository"` Release bool `json:"release"` Package bool `json:"package"` + Status bool `json:"status"` } // HookEvent represents events that will delivery hook. |