Skip to content

chore: retire remote-fix branch and its workflows#4

Merged
conversun merged 1 commit into
mainfrom
chore/remove-remote-fix-branch
May 14, 2026
Merged

chore: retire remote-fix branch and its workflows#4
conversun merged 1 commit into
mainfrom
chore/remove-remote-fix-branch

Conversation

@conversun

Copy link
Copy Markdown
Owner

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:

Workflow Why removed
`auto-sync-upstream.yml` TARGET_BRANCH=remote-fix; schedule already disabled in `26b77440`. With the branch gone, even manual dispatch fails at `Checkout target branch`. Sibling `auto-sync-upstream-copilot.yml` remains as the active per-branch template.
`ghcr-remote-fix.yml` Only fired on `push: branches: [remote-fix]`. Sibling `ghcr-feat-copilot.yml` remains as the active per-branch GHCR builder.

After this merges

I'll delete the remote branches:

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

  • `auto-sync-upstream-copilot.yml` → sync `upstream/main` into `feat/copilot` daily at 02:30 UTC
  • `ghcr-feat-copilot.yml` → build `feat/copilot` to `ghcr.io/conversun/cli-proxy-api:feat-copilot`

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.
@conversun conversun merged commit 41ffcac into main May 14, 2026
3 checks passed
@conversun conversun deleted the chore/remove-remote-fix-branch branch May 14, 2026 06:23
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.

1 participant