Skip to content

fix: repair first-response workflow script syntax#10

Merged
accesswatch merged 1 commit into
mainfrom
fix/first-response-syntax-node24
May 27, 2026
Merged

fix: repair first-response workflow script syntax#10
accesswatch merged 1 commit into
mainfrom
fix/first-response-syntax-node24

Conversation

@accesswatch
Copy link
Copy Markdown
Contributor

Summary

  • fix invalid JavaScript in first-response workflow comment body (quote string)
  • upgrade actions/github-script to v8 for Node 24 readiness

Why

Recent workflow run failed with SyntaxError: Unexpected token 'for' due to unquoted �ody text inside the github-script step.

Validation

  • scanned workflow for old unquoted body pattern
  • confirmed action version updated to v8

Copilot AI review requested due to automatic review settings May 27, 2026 19:33
Copy link
Copy Markdown

Copilot AI left a comment

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 the first-response GitHub Actions workflow by correcting invalid JavaScript in the actions/github-script step and updating the action version to a newer major release for improved Node runtime readiness.

Changes:

  • Upgraded actions/github-script from v7 to v8.
  • Quoted the body string passed to github.rest.issues.createComment(...) to prevent a workflow SyntaxError.

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

@accesswatch accesswatch merged commit 03642e1 into main May 27, 2026
1 check passed
@accesswatch accesswatch deleted the fix/first-response-syntax-node24 branch May 27, 2026 19:34
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.

2 participants