chore: sync dev up to main (restructure + release guard) #40

Merged
jmiller merged 3 commits from chore/sync-dev-from-main into dev 2026-07-04 19:00:05 +00:00

3 Commits

Author SHA1 Message Date
jmiller be2298f6ec Merge pull request 'ci(release): skip release workflows on template repos' (#39) from fix/skip-release-on-template-repos into main
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 6s
Universal: PR Check / Secret Scan (pull_request) Successful in 6s
Generic: Project CI / Lint & Validate (pull_request) Failing after 12s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 2s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 34s
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
2026-07-04 18:39:03 +00:00
jmiller 70420bec71 ci(release): skip release workflows on template repos
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Failing after 1s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 1s
Universal: PR Check / Validate PR (pull_request) Failing after 4s
Universal: PR Check / Secret Scan (pull_request) Successful in 5s
Generic: Project CI / Lint & Validate (pull_request) Failing after 8s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 32s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Failing after 1s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Successful in 20s
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
Template repos (Template-*) scaffold other repos and are not meant to
publish releases. Guard the release/promote-rc jobs in auto-release.yml
and the build job in pre-release.yml so they skip when the repo name
starts with 'Template-'.

Stopgap patch mirroring MokoConsulting/Template-Generic#47 (the canonical
source); this will be reaffirmed on the next workflow sync.

Authored-by: Moko Consulting
2026-07-04 13:37:54 -05:00
jmiller 478582ba0f Merge pull request 'refactor: restructure template into samples/ + source/ layout' (#38) from dev into main 2026-07-04 18:12:31 +00:00