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

CopilotAI 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

CopilotAIand 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>
CopilotAI requested a review from pelikhanJuly 17, 2026 07:35
@pelikhan
pelikhan marked this pull request as ready for review July 17, 2026 08:38
CopilotAI review requested due to automatic review settings July 17, 2026 08:38
@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot merge main and recompile

CopilotAI 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
FileDescription
pkg/cli/init.goAdds initialization opt-out behavior.
pkg/cli/add_init.goPropagates the option into initialization.
pkg/cli/add_command.goPasses the CLI flag to initialization.
pkg/cli/add_interactive_orchestrator.goPasses the interactive option.
pkg/cli/add_command_test.goUpdates initialization tests.
.github/workflows/skillet.lock.ymlRefreshes generated version metadata.
.github/workflows/release.lock.ymlRefreshes generated version metadata.
.github/workflows/hourly-ci-cleaner.lock.ymlRefreshes generated version metadata.
.github/workflows/avenger.lock.ymlRefreshes 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 threadpkg/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>

CopilotAI commented Jul 17, 2026

Copy link
Copy Markdown
ContributorAuthor

@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 freeto 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

@pelikhan