chore: retire remote-fix branch and its workflows#4
Merged
Conversation
remote-fix is being retired; the v6 codebase it carried will not be brought forward to v7. Removing the two workflows that only had meaning while the branch existed: - auto-sync-upstream.yml — targeted remote-fix; schedule was already disabled in 26b7744. With the branch gone, even manual dispatch would fail at `Checkout target branch`. The sibling auto-sync-upstream-copilot.yml remains as the active template for any future per-branch auto-sync setup. - ghcr-remote-fix.yml — only fired on push to remote-fix. Builds the ghcr.io/conversun/cli-proxy-api-plus:remote-fix image. The ghcr-feat-copilot.yml remains as the active per-branch GHCR builder. The :remote-fix image tag on GHCR is left untouched (existing pulls remain reproducible); delete it manually if reclaiming the namespace matters.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The `remote-fix` branch is being retired. The v6 codebase it carried will not be brought forward to v7. This PR removes the two workflows that only had meaning while the branch existed:
After this merges
I'll delete the remote branches:
remote-fix) #1 head, PR was closed)Out of scope
The `ghcr.io/conversun/cli-proxy-api-plus:remote-fix` image tag on GHCR is left untouched so existing pulls remain reproducible. Delete it manually via the package settings UI if reclaiming the namespace matters.
What remains for the per-branch auto-sync / GHCR pattern