Template
fix(workflows): #53 dev-cycle correctness (protection-independent) #50
Reference in New Issue
Block a user
Delete Branch "fix/workflow-audit-53"
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?
First (protection-independent) batch of the workflow audit (Template-Generic#53):
cleanup.yml🔴 — skip-list now preservesdev,rc, release-line branches, andversion/*(it was deletingversion/*release-history branches weekly).ci-joomla.yml🔴 — added plaindevto the PR trigger ([main, dev, 'dev/**']) so the Joomla lint/validate/test CI actually runs onfeature → devPRs (dev/**didn't matchdev).pr-check.yml🔴 — detect platform via the MokoGitea metadata API instead of the removed.mokogitea/manifest.xml; the stale detector fell through togeneric, so every Joomla-specific PR gate was silently skipping (JEXEC guard, language files, updates.xml, manifest validation).notify.yml🟠 — real workflow names so release/failure ntfy fires.Deferred (depend on branch-protection rollout / bump redesign): Step 11 dev-sync, promote-rc/rc-revert, version-bump consolidation, and the Joomla
pr-checkbranch-policy reconciliation. Tracked in Template-Generic#53 + mcp-mokogitea-api#30.