Skip to content

Fix git merge --continue missing --no-edit in Rebuild workflow#3459

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-github-actions-workflow-again
Draft

Fix git merge --continue missing --no-edit in Rebuild workflow#3459
Copilot wants to merge 2 commits intomainfrom
copilot/fix-github-actions-workflow-again

Conversation

Copy link
Contributor

Copilot AI commented Feb 4, 2026

The Rebuild Action workflow fails when git merge --continue runs in a non-interactive environment without a commit message flag.

Changes

Added --no-edit flag to git merge --continue on line 114 of .github/workflows/rebuild.yml:

-              git merge --continue
+              git merge --continue --no-edit

This aligns with the existing pattern on line 100 where the same flag is used for merge commits.

Risk assessment

Low risk: Workflow-only change affecting internal automation.

Which use cases does this change impact?

Workflow types:

  • Testing/None - This change does not impact any CodeQL workflows in production.

Products:

  • Testing/None - This change does not impact any CodeQL workflows in production.

Environments:

  • Testing/None - This change does not impact any CodeQL workflows in production.

How did/will you validate this change?

  • Other - Workflow will be validated on next execution when a PR receives the "Rebuild" label or when manually triggered.

If something goes wrong after this change is released, what are the mitigation and rollback strategies?

  • Rollback - Change can only be disabled by rolling back the release or releasing a new version with a fix.

How will you know if something goes wrong after this change is released?

  • Other - Workflow execution results visible in Actions tab. Failure would be immediately apparent on next run.

Are there any special considerations for merging or releasing this change?

  • No special considerations - This change can be merged at any time.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Consider adding a changelog entry for this change.
  • Confirm the readme and docs have been updated if necessary.
Original prompt

Fix the failing GitHub Actions workflow Rebuild Action
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 62529856344
Job URL: https://github.com/github/codeql-action/actions/runs/21685100342/job/62529856344


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…ontinue

Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions workflow Rebuild Action Fix git merge --continue missing --no-edit in Rebuild workflow Feb 4, 2026
Copilot AI requested a review from henrymercer February 4, 2026 21:52
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