Skip to content

[WIP] Fix failing GitHub Actions job Integration: CLI Add & List Commands#46160

Merged
pelikhan merged 4 commits into
mainfrom
copilot/fix-integration-cli-add-list-commands
Jul 17, 2026
Merged

[WIP] Fix failing GitHub Actions job Integration: CLI Add & List Commands#46160
pelikhan merged 4 commits into
mainfrom
copilot/fix-integration-cli-add-list-commands

Conversation

Copilot AI commented Jul 17, 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 Add & List Commands"
Analyze the Actions logs, identify the root cause of the failure, and implement a fix.
Check run ID: 87824307284
Job URL: https://github.com/github/gh-aw/actions/runs/29561339926/job/87824307284

Copilot AI and others added 2 commits July 17, 2026 07:22
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 July 17, 2026 07:35
@pelikhan
pelikhan marked this pull request as ready for review July 17, 2026 08:38
Copilot AI review requested due to automatic review settings July 17, 2026 08:38
@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot merge main and recompile

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

Fixes --no-gitattributes propagation during automatic repository initialization for gh aw add.

Changes:

  • Propagates the flag through regular and interactive add flows.
  • Skips .gitattributes updates in InitRepository.
  • Refreshes generated workflow action-version annotations.
Show a summary per file
File Description
pkg/cli/init.go Adds initialization opt-out behavior.
pkg/cli/add_init.go Propagates the option into initialization.
pkg/cli/add_command.go Passes the CLI flag to initialization.
pkg/cli/add_interactive_orchestrator.go Passes the interactive option.
pkg/cli/add_command_test.go Updates initialization tests.
.github/workflows/skillet.lock.yml Refreshes generated version metadata.
.github/workflows/release.lock.yml Refreshes generated version metadata.
.github/workflows/hourly-ci-cleaner.lock.yml Refreshes generated version metadata.
.github/workflows/avenger.lock.yml Refreshes generated version metadata.

Review details

Tip

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

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

Comment thread pkg/cli/add_init.go
if err := addInitRepository(InitOptions{
Verbose: verbose,
Engine: engineOverride,
NoGitattributes: noGitattributes,
…on-cli-add-list-commands

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

Copilot AI commented Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

@copilot merge main and recompile

Done — merged main (54d90b7) and recompiled all 258 workflows successfully (lock files already in sync, no changes needed).

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.13

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