Skip to content

fix(e2e): valid workflow trigger in bridge-relay-mutations (#177) - #185

Merged
cursor[bot] merged 1 commit into
mainfrom
cursor/fix-workflow-e2e-trigger-dfc1
Aug 12, 2026
Merged

fix(e2e): valid workflow trigger in bridge-relay-mutations (#177)#185
cursor[bot] merged 1 commit into
mainfrom
cursor/fix-workflow-e2e-trigger-dfc1

Conversation

@oscarlehuu

Copy link
Copy Markdown

Summary

Advisory Desktop E2E Integration rejected the workflow mutation fixture from #176/#172 because YAML used trigger.on: manual, which TriggerDef does not accept (message_posted|reaction_added|diff_posted|schedule|webhook).

This updates create/update YAML in bridge-relay-mutations.spec.ts to on: webhook with a valid delay step so relay validation accepts the definition. Kind/tag assertions for 30620 / 46020 / 5 are unchanged.

Related issue

Fixes #177

Testing

Bridge/test-only — not UI-provable. Fix is scoped to the fixture YAML; Gate should stay green. Other noisy integration failures (agents.spec.ts, profile.spec.ts) are out of scope.

Open in Web Open in Cursor 

The workflow create/update fixture used trigger.on: manual, which
TriggerDef rejects. Switch to webhook + a delay step so relay YAML
validation accepts the definition while still asserting 30620/46020/5.

Fixes #177

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: oscarlehuu <oscarlehuu@users.noreply.github.com>
@cursor
cursor Bot merged commit 850d0f4 into main Aug 12, 2026
11 of 14 checks passed
@cursor
cursor Bot deleted the cursor/fix-workflow-e2e-trigger-dfc1 branch August 12, 2026 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

e2e: bridge-relay-mutations workflow spec uses invalid trigger.on: manual

2 participants