Skip to content

Fix Linear state filter — quote unstarted/started as strings#592

Merged
riddim-developer-bot[bot] merged 1 commit into
mainfrom
fix/linear-state-type-filter
May 25, 2026
Merged

Fix Linear state filter — quote unstarted/started as strings#592
riddim-developer-bot[bot] merged 1 commit into
mainfrom
fix/linear-state-type-filter

Conversation

@riddim-developer-bot

Copy link
Copy Markdown
Contributor

Why

The `find_open_issue` GraphQL query passed `[unstarted, started]` as bare identifiers. Linear's schema expects string values: `["unstarted", "started"]`. Discovered during EPAC-2013 human handoff verification — the handler was failing with `GRAPHQL_VALIDATION_FAILED` after the Bearer fix (PR #590) landed.

What changed

  • Quoted the state type values in the `FindOpenCIFailureIssues` query filter

Test plan

Next CI Failure Handler run should reach Linear successfully and create an issue.

@riddim-developer-bot
riddim-developer-bot Bot enabled auto-merge (squash) May 25, 2026 17:42
@riddim-developer-bot
riddim-developer-bot Bot merged commit 47d4e1f into main May 25, 2026
5 checks passed
@riddim-developer-bot
riddim-developer-bot Bot deleted the fix/linear-state-type-filter branch May 25, 2026 17:46
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.

1 participant