fix(workflows): #53 dev-cycle correctness (protection-independent) #50

Merged
jmiller merged 1 commits from fix/workflow-audit-53 into main 2026-07-04 23:46:27 +00:00
Owner

First (protection-independent) batch of the workflow audit (Template-Generic#53):

  • cleanup.yml 🔴 — skip-list now preserves dev, rc, release-line branches, and version/* (it was deleting version/* release-history branches weekly).
  • ci-joomla.yml 🔴 — added plain dev to the PR trigger ([main, dev, 'dev/**']) so the Joomla lint/validate/test CI actually runs on feature → dev PRs (dev/** didn't match dev).
  • pr-check.yml 🔴 — detect platform via the MokoGitea metadata API instead of the removed .mokogitea/manifest.xml; the stale detector fell through to generic, 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-check branch-policy reconciliation. Tracked in Template-Generic#53 + mcp-mokogitea-api#30.

First (protection-independent) batch of the workflow audit (Template-Generic#53): - **`cleanup.yml`** 🔴 — skip-list now preserves `dev`, `rc`, release-line branches, and **`version/*`** (it was deleting `version/*` release-history branches weekly). - **`ci-joomla.yml`** 🔴 — added plain `dev` to the PR trigger (`[main, dev, 'dev/**']`) so the Joomla lint/validate/test CI actually runs on `feature → dev` PRs (`dev/**` didn't match `dev`). - **`pr-check.yml`** 🔴 — detect platform via the **MokoGitea metadata API** instead of the removed `.mokogitea/manifest.xml`; the stale detector fell through to `generic`, 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-check` branch-policy reconciliation. Tracked in Template-Generic#53 + mcp-mokogitea-api#30.
jmiller added 1 commit 2026-07-04 23:46:08 +00:00
fix(workflows): #53 dev-cycle correctness (protection-independent)
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Has been skipped
Generic: Project CI / Lint & Validate (pull_request) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Failing after 2s
Universal: PR Check / Validate PR (pull_request) Has been skipped
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Has been skipped
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 2s
Universal: PR Check / Secret Scan (pull_request) Successful in 8s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 2s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Successful in 15s
Generic: Project CI / Tests (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report: Scripts Governance (pull_request) Has been cancelled
Generic: Repo Health / Report: Repository Health (pull_request) Has been cancelled
718d57bd1e
- cleanup.yml: preserve dev/rc/release-line + version/* branches (skip-list was
  deleting version/* release-history branches every week)
- notify.yml: point workflow_run at the real workflow names (Universal: Build &
  Release / Joomla: Extension CI / Generic: Project CI) so release/failure ntfy
  actually fires
- ci-joomla.yml: add plain `dev` to PR triggers so Joomla CI runs on feature->dev
- pr-check.yml (Joomla): detect platform via the MokoGitea metadata API instead
  of the removed .mokogitea/manifest.xml (Joomla PR gates were silently skipping)

Refs Template-Generic#53. Dev-sync/version-bump fixes deferred until the
branch-protection provisioner rolls out (mcp-mokogitea-api#30).

Claude-Session: https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i
jmiller merged commit 95ea7cee8c into main 2026-07-04 23:46:27 +00:00
jmiller deleted branch fix/workflow-audit-53 2026-07-04 23:46:28 +00:00
Sign in to join this conversation.
No Reviewers
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/Template-Joomla#50