Skip to content

fix(chaos-fuzzer): add recreate-ref: true to prevent branch-exists push failure#32769

Closed
Copilot wants to merge 1 commit into
mainfrom
copilot/investigate-safe-output-issue-again
Closed

fix(chaos-fuzzer): add recreate-ref: true to prevent branch-exists push failure#32769
Copilot wants to merge 1 commit into
mainfrom
copilot/investigate-safe-output-issue-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 17, 2026

The chaos fuzzer's create_pull_request safe output was falling back to a tracking issue whenever a persona branch (e.g. chaos/night-owl-r17-staged) already existed on the remote from a prior run. Root cause: preserve-branch-name: true locks in the branch name, but without recreate-ref, a pre-existing remote branch causes the push to be rejected outright.

Changes

  • chaos-pr-bundle-fuzzer.md: add recreate-ref: true to create-pull-request safe-output — force-deletes and recreates the remote ref when the branch already exists, which is the correct behaviour for a repeating chaos test that reuses persona branch names across runs
  • chaos-pr-bundle-fuzzer.lock.yml: recompiled

…branches

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
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