Skip to content

[WIP] Fix failing GitHub Actions job 'Lint Gate'#33144

Merged
pelikhan merged 3 commits into
mainfrom
copilot/fix-lint-gate-job
May 18, 2026
Merged

[WIP] Fix failing GitHub Actions job 'Lint Gate'#33144
pelikhan merged 3 commits into
mainfrom
copilot/fix-lint-gate-job

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 18, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Fix the failing GitHub Actions job "Lint Gate"
Analyze the Actions logs, identify the root cause of the failure, and implement a fix.
Check run ID: 76610862629
Job URL: https://github.com/github/gh-aw/actions/runs/26058015077/job/76610862629

Copilot AI and others added 2 commits May 18, 2026 20:25
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI requested a review from pelikhan May 18, 2026 20:28
@pelikhan pelikhan marked this pull request as ready for review May 18, 2026 20:40
Copilot AI review requested due to automatic review settings May 18, 2026 20:41
@pelikhan pelikhan merged commit 72062eb into main May 18, 2026
7 checks passed
@pelikhan pelikhan deleted the copilot/fix-lint-gate-job branch May 18, 2026 20:41
Copy link
Copy Markdown
Contributor

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

Fixes formatting/lint issues and updates the PR Sous Chef generated workflow to use local/dev gh-aw setup paths.

Changes:

  • Removes trailing function-call commas in JS tests and formats a CJS import.
  • Regenerates/updates pr-sous-chef.lock.yml to use local ./actions/setup, source-built gh-aw CLI, and adjusted checkout handling.
Show a summary per file
File Description
actions/setup/js/safe_outputs_handlers.test.cjs Updates test formatting for lint compliance.
actions/setup/js/safe_outputs_handlers.cjs Formats the intent probe import on one line.
.github/workflows/pr-sous-chef.lock.yml Updates generated workflow setup, checkout, and CLI install behavior.

Copilot's findings

Tip

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

  • Files reviewed: 3/3 changed files
  • Comments generated: 1

Comment on lines +410 to +413
- name: Build and install gh-aw CLI from source
run: |
gh extension remove gh-aw || true
make build
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