Align workflow skills with actual pipeline (squash merge, commit format, no Co-Authored-By) #22
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?
Context
Workflow skills (forge_workflow, hero_branching, forge_issue_mgmt) have drifted from the actual pipeline documented in the home README. Key conflicts: skills mandate merge commits (we squash), use wrong token var ($GIT_TOKEN), include Co-Authored-By lines we dont use.
Goals
Completed
forge_workflowskill: squash merge, FORGEJO_TOKEN, commit format, WIP convention, mandatory sync-development stephero_branching: squash merge for features, merge commit for releases, mandatory sync before push, never rebaseforge_issue_mgmt: reframed as official workflow, removed Co-Authored-By from commit templatePR: lhumina_code/hero_skills#55 (merged)