Skip to content

No-op: preserve-branch-name already configured for autoloop create-pull-request#152

Closed
mrjf with Copilot wants to merge 1 commit into
mainfrom
copilot/use-preserve-branch-name
Closed

No-op: preserve-branch-name already configured for autoloop create-pull-request#152
mrjf with Copilot wants to merge 1 commit into
mainfrom
copilot/use-preserve-branch-name

Conversation

Copilot AI commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

Issue requests setting preserve-branch-name: true on the create-pull-request safe output so the autoloop branch stays a single long-running branch instead of getting a random hash suffix.

This is already in place on main — no changes required.

  • .github/workflows/autoloop.md (line 48): preserve-branch-name: true is set under safe-outputs.create-pull-request.
  • .github/workflows/autoloop.lock.yml: compiled GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG contains "preserve_branch_name":true.
  • No other create-pull-request safe-output definitions exist in the repo.
safe-outputs:
  create-pull-request:
    draft: true
    title-prefix: "[Autoloop] "
    labels: [automation, autoloop]
    protected-files: fallback-to-issue
    preserve-branch-name: true   # already present
    max: 1

Recommend closing this PR and the issue as already-resolved.

Copilot AI linked an issue Apr 20, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Use preserve-branch-name in create pull request safe output No-op: preserve-branch-name already configured for autoloop create-pull-request Apr 20, 2026
Copilot AI requested a review from mrjf April 20, 2026 14:55
Copilot finished work on behalf of mrjf April 20, 2026 14:55
@mrjf mrjf closed this Apr 20, 2026
@mrjf
mrjf deleted the copilot/use-preserve-branch-name branch April 20, 2026 15:20
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.

use preserve-branch-name: true in create pull request safe output

2 participants