wip event

This commit is contained in:
Christopher Homberger
2025-03-14 21:07:36 +01:00
parent cb6b33c9cd
commit edb24592fc
10 changed files with 102 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ const (
HookEventPullRequestReview HookEventType = "pull_request_review"
// Actions event only
HookEventSchedule HookEventType = "schedule"
HookEventWorkflowRun HookEventType = "workflow_run"
HookEventWorkflowJob HookEventType = "workflow_job"
)