Skip to content

[WIP] Fix failing GitHub Actions job 'Integration: CLI Completion & Other' - #52927

Merged
pelikhan merged 2 commits into
mainfrom
copilot/fix-integration-cli-completion
Aug 15, 2026
Merged

[WIP] Fix failing GitHub Actions job 'Integration: CLI Completion & Other'#52927
pelikhan merged 2 commits into
mainfrom
copilot/fix-integration-cli-completion

Conversation

Copilot AI commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

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 "Integration: CLI Completion & Other"
Analyze the Actions logs, identify the root cause of the failure, and implement a fix.
Check run ID: 95035516405
Job URL: https://github.com/github/gh-aw/actions/runs/31894457314/job/95035516405

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI requested a review from pelikhan August 15, 2026 16:36
@pelikhan
pelikhan marked this pull request as ready for review August 15, 2026 17:54
Copilot AI balanced review requested due to automatic review settings August 15, 2026 17:54
@pelikhan
pelikhan merged commit e0a9c0d into main Aug 15, 2026
@pelikhan
pelikhan deleted the copilot/fix-integration-cli-completion branch August 15, 2026 17:54

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

Updates integration-test expectations to match the CLI’s current input-validation errors.

Changes:

  • Aligns malformed-input and empty-key assertions with current messages.
  • Addresses failures observed in the referenced Actions job.
Show a summary per file
File Description
pkg/cli/run_command_test.go Updates expected validation-error text.

Review details

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Balanced

inputs: []string{"name=value", "invalid"},
shouldError: true,
errorMsg: "invalid input format",
errorMsg: "not in key=value format",
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.0

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