Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 30, 2026

CI run 21518483513 failed on copilot/remove-duplicate-timeout-minutes branch due to grafted commit history causing unrelated histories error when merging with main.

Verification Results

Main branch status: ✅ All checks passing

  • Formatting: Clean
  • Linting: No issues
  • Tests: 247 unit tests passing

Root Cause

Branch copilot/remove-duplicate-timeout-minutes has grafted history incompatible with current main:

  • Cannot merge due to "refusing to merge unrelated histories"
  • Tests present in main (e.g., TestExtractNpxPackages, TestNoWorkflowRunRepoSafetyForPushTrigger) don't exist in branch
  • Branch commit 5ca62fe predates significant main development

Resolution Path

The failing branch cannot be fixed through standard merge/rebase. Options:

  1. Recreate changes on fresh branch from current main
  2. Use git rebase --onto to transplant commit
  3. Close PR and resubmit changes

Main repository CI state is clean - no action needed on main branch.

Original prompt

Reference: https://github.com/githubnext/gh-aw/actions/runs/21518483513/job/62002950625#step:6:1

Custom agent used: ci-cleaner
Tidies up the repository CI state by formatting sources, running linters, fixing issues, running tests, and recompiling workflows


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

Copilot AI changed the title [WIP] Fix error in action job execution CI verification: main branch passing, document grafted branch issue Jan 30, 2026
Copilot AI requested a review from pelikhan January 30, 2026 14:31
@pelikhan pelikhan closed this Jan 30, 2026
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