package types // Hook event constants. const ( EventCron = "cron" EventCustom = "custom" EventPush = "push" EventPullRequest = "pull_request" EventTag = "tag" EventPromote = "promote" EventRollback = "rollback" )