Migrate release pipeline to forgejo (GitHub can't host it post-PR-disable) #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-23T04:10:29Z - https://github.com/coilysiren/agentic-os/issues/150
Problem. GitHub origin can't host release-please (or equivalent) any more.
hasPullRequestsEnabledis false oncoilysiren/agentic-os(set 2026-05-21 in the 10-repo PR-disable sweep tracked by coilysiren/agentic-os-kai#676), and release-please's whole flow is PR-driven. The workflow + configs got removed in #149 /d5f2d85. Result: no auto-versioning, no auto-changelog, pre-commit consumers pinned torev:tags see no upgrade signal.Forgejo at
forgejo.coilysiren.memirrorscoilysiren/agentic-osand isn't subject to the GitHub PR toggle. Forgejo Actions runs the sameactions/workflow schema GitHub Actions does, and Forgejo has native PR + release primitives. Moving the release pipeline there preserves the no-PR-on-GitHub stance while restoring auto-versioning.Scope.
forgejo.coilysiren.me/coilysiren/agentic-os..forgejo/workflows/release-please.yml(or equivalent - see below) and therelease-please-config.json+.release-please-manifest.jsonpair. The Forgejo-Action variant of release-please ishttps://code.forgejo.org/actions/release-please-actionif release-please is the chosen tool.rev:pin source.coilysiren/agentic-os/.pre-commit-hooks.yamlis the canonical hook source, consumed byapply-agentic-os-hooksrollout. If tags now live on Forgejo, decide whether therepo:URL in consumers stays pointed at GitHub (and we mirror tags github-ward) or repoints at Forgejo.Diagnose first.
[actions]block in app.ini)? If not, that's prerequisite work.release-please-config.jsonfromd5f2d85^ can be restored verbatim under a new path.Done when.
mainoncoilysiren/agentic-ostriggers a successful release pipeline on Forgejo within ~1 min.pre-commit autoupdateorapply-agentic-os-hooks), regardless of whether therepo:URL points at GitHub or Forgejo.Out of scope.
coilysiren/agentic-osonly.forgejo.coilysiren.meis operational.Origin: #149 deleted the GitHub workflow without filing the followup. This is the followup.