Skip to content

Commit 04ab0b0

Browse files
committed
docs(triggers): note GitLab tag_push only flows through the all-events trigger
1 parent 7db4ca8 commit 04ab0b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/sim/triggers/gitlab/utils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ const ALL_EVENT_FLAGS = {
3838
tag_push_events: true,
3939
} as const
4040

41+
// Tag pushes (object_kind 'tag_push') only flow through the all-events trigger;
42+
// there is no dedicated single-event trigger for them. A future "GitLab Tag Push"
43+
// trigger would need its own object_kind mapping in TRIGGER_OBJECT_KINDS above.
4144
const TRIGGER_EVENT_FLAGS: Record<string, Record<string, boolean>> = {
4245
gitlab_push: { push_events: true },
4346
gitlab_merge_request: { merge_requests_events: true },

0 commit comments

Comments
 (0)