Skip to content

fix: remove stray backtick breaking triage-delegation GraphQL mutation - #37

Closed
ryjones wants to merge 1 commit into
mainfrom
fix/triage-delegation-syntax
Closed

fix: remove stray backtick breaking triage-delegation GraphQL mutation#37
ryjones wants to merge 1 commit into
mainfrom
fix/triage-delegation-syntax

Conversation

@ryjones

@ryjones ryjones commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

The updateItemStatus mutation string had a stray backtick right after the opening brace, which closed the template literal early and produced a SyntaxError at module load, failing the Triage Delegation workflow.

The updateItemStatus mutation string had a stray backtick right after
the opening brace, which closed the template literal early and produced
a SyntaxError at module load, failing the Triage Delegation workflow.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Ry Jones <ry@linux.com>
@ryjones
ryjones requested review from a team, Copilot and jflo July 2, 2026 12:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a JavaScript syntax error that prevented scripts/triage-delegation.js from loading, by correcting the GraphQL updateItemStatus mutation template literal so the Triage Delegation workflow can execute.

Changes:

  • Removed the stray backtick that prematurely closed the mutation(...) { ... } template literal in updateItemStatus.
  • Restored the intended GraphQL mutation string structure so graphql() receives a valid query.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ryjones
ryjones enabled auto-merge (rebase) July 2, 2026 12:55
@jflo

jflo commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

thanks but i've moved this to a new operations repo - governance has different pr approval requirements, for good reason.

@jflo jflo closed this Jul 2, 2026
auto-merge was automatically disabled July 2, 2026 13:22

Pull request was closed

@ryjones
ryjones deleted the fix/triage-delegation-syntax branch July 2, 2026 13:29
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.

3 participants