singularity-forge/docs/proposals/workflows
Lex Christopherson 9f4bf8c452 fix: restore PR files lost during merge conflict resolution
Files added by PR #2008 that were not in main were dropped during
the merge. Restore all src/, docs/, and scripts/ files from the
pre-merge PR head.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 22:39:33 -06:00
..
backmerge.yml fix: restore PR files lost during merge conflict resolution 2026-03-25 22:39:33 -06:00
create-release.yml fix: restore PR files lost during merge conflict resolution 2026-03-25 22:39:33 -06:00
README.md fix: restore PR files lost during merge conflict resolution 2026-03-25 22:39:33 -06:00
sync-next.yml fix: restore PR files lost during merge conflict resolution 2026-03-25 22:39:33 -06:00

Workflow Scaffolds

These files are not active — they live in docs/proposals/workflows/ for review purposes only. If the RFC is accepted, they'll be moved to .github/workflows/.

File Purpose
create-release.yml Manually triggered — creates release/X.Y from next, sets up branch protection, opens tracking issue
sync-next.yml Auto-triggered on version tag — ensures next branch exists and is merged up from main
backmerge.yml Auto-triggered on release branch push — back-merges fixes to next, opens conflict PR if needed