Commit Graph

362 Commits

Author SHA1 Message Date
Jonathan Miller 825236f94b fix: increase component manifest search depth in ci-joomla
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 14s
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Blocked by required conditions
Joomla: Extension CI / PHPStan Analysis (pull_request) Blocked by required conditions
Joomla: Extension CI / Build RC Pre-Release (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Universal: PR Check / Branch Policy (pull_request) Failing after 1s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 4s
Universal: PR Check / Validate PR (pull_request) Failing after 6s
Universal: PR Check / Secret Scan (pull_request) Successful in 6s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 9s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 10s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Successful in 12s
maxdepth 4 missed components nested inside package repos
(e.g. packages/*/source/packages/com_*/manifest.xml). Increased
to maxdepth 10 and excluded .claude/ worktree paths.

Authored-by: Moko Consulting
development
2026-06-23 16:54:10 -05:00
jmiller 14a3216995 Merge pull request 'fix: exclude chore branches from pre-release and enforce branch protection' (#29) from fix/chore-branch-policy into main 2026-06-23 17:42:18 +00:00
Jonathan Miller f40094f757 fix: exclude chore branches from pre-release workflow
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Blocked by required conditions
Joomla: Extension CI / PHPStan Analysis (pull_request) Blocked by required conditions
Joomla: Extension CI / Build RC Pre-Release (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Universal: PR Check / Branch Policy (pull_request) Failing after 1s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 6s
Universal: PR Check / Secret Scan (pull_request) Successful in 7s
Universal: PR Check / Validate PR (pull_request) Failing after 8s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 3s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 14s
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 46s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Failing after 3s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Successful in 48s
Chore branches should only touch workflows and README — they should
not trigger version bumps, pre-releases, or releases.

Authored-by: Moko Consulting
2026-06-23 12:41:10 -05:00
jmiller 4340e3a811 Merge pull request 'fix: add missing PHP setup to workflow-sync-trigger' (#28) from fix/sync-missing-php into main 2026-06-23 17:31:12 +00:00
Jonathan Miller bb739b304a fix: add missing PHP setup to workflow-sync-trigger
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Blocked by required conditions
Joomla: Extension CI / PHPStan Analysis (pull_request) Blocked by required conditions
Joomla: Extension CI / Build RC Pre-Release (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Universal: PR Check / Branch Policy (pull_request) Failing after 3s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 5s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 3s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 12s
Universal: PR Check / Secret Scan (pull_request) Successful in 8s
Universal: PR Check / Validate PR (pull_request) Failing after 9s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 17s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Failing after 2s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 45s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Successful in 42s
The sync workflow calls `php /tmp/mokocli/cli/workflow_sync.php` but
never installs PHP — fails with `php: command not found` on
ubuntu-latest runners.

Authored-by: Moko Consulting
2026-06-23 12:30:25 -05:00
jmiller 628b0d4e8b Merge pull request 'feat: add version-set dispatch workflow' (#27) from feat/version-set into main 2026-06-23 17:02:27 +00:00
Jonathan Miller 8e8c4901df feat: add version-set workflow for resetting extension version
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Blocked by required conditions
Joomla: Extension CI / PHPStan Analysis (pull_request) Blocked by required conditions
Joomla: Extension CI / Build RC Pre-Release (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Universal: PR Check / Branch Policy (pull_request) Failing after 1s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 5s
Universal: PR Check / Secret Scan (pull_request) Successful in 6s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 13s
Universal: PR Check / Validate PR (pull_request) Failing after 5s
Generic: Repo Health / Site Health (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 1s
Branch Cleanup / Delete merged branch (pull_request) Failing after 2s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 3s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 9s
Dispatch workflow to set version across manifest, README, CHANGELOG,
and FILE INFORMATION blocks. Useful for fresh repos before first
public release.

Authored-by: Moko Consulting
2026-06-23 12:01:41 -05:00
jmiller 69ac75e35b Merge pull request 'fix: workflow audit — CI sanity checks and rename fixes' (#26) from fix/workflow-audit into main 2026-06-23 16:56:35 +00:00
Jonathan Miller ba3cefa470 fix: change duplicate file references check from error to warning
Generic: Project CI / Tests (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Blocked by required conditions
Joomla: Extension CI / PHPStan Analysis (pull_request) Blocked by required conditions
Joomla: Extension CI / Build RC Pre-Release (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 4s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 10s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 5s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 13s
Generic: Repo Health / Access control (pull_request) Successful in 1s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Project CI / Lint & Validate (pull_request) Successful in 27s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 43s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 3s
Universal: Build & Release / Build & Release Pipeline (pull_request) Failing after 9s
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 6s
Cross-section duplicates (e.g. same folder in <files> and <media>) are
valid in Joomla manifests — should not block CI.

Authored-by: Moko Consulting
2026-06-23 11:54:19 -05:00
Jonathan Miller 92639daf5d feat: add 6 sanity checks to ci-joomla workflow
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 20s
Generic: Project CI / Tests (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Blocked by required conditions
Joomla: Extension CI / PHPStan Analysis (pull_request) Blocked by required conditions
Joomla: Extension CI / Build RC Pre-Release (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Universal: PR Check / Branch Policy (pull_request) Failing after 2s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 6s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 9s
Universal: PR Check / Validate PR (pull_request) Failing after 8s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Universal: Build & Release / Promote to RC (pull_request) Failing after 15s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Generic: Project CI / Lint & Validate (pull_request) Successful in 14s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 13s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 32s
- scriptfile reference validation (error if missing)
- media folder/file reference validation (error if missing)
- target platform constraints warning (targetplatform, php_minimum)
- changelogurl warning (Joomla 4+ update manager)
- duplicate file/folder references in manifest (error)
- empty language keys in .ini files (warning)

Authored-by: Moko Consulting
2026-06-23 11:44:19 -05:00
Jonathan Miller 56e6ce00ae feat: add update server, dlid, and childuninstall checks to ci-joomla
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 15s
Authored-by: Moko Consulting
2026-06-23 11:35:02 -05:00
Jonathan Miller d678a7d480 chore: remove composer-publish workflow (MokoCLI-only, not for Joomla packages) 2026-06-22 09:27:39 -05:00
jmiller af066d8438 feat: skip auto-release for workflow-only and doc-only PR changes 2026-06-22 00:00:29 +00:00
jmiller b3b581c9c1 chore: remove unused Makefile - builds handled by CI auto-release 2026-06-21 23:55:09 +00:00
jmiller 5fa03c971d Merge pull request 'chore: remove automation directory' (#24) from fix/remove-automation into main 2026-06-21 23:10:05 +00:00
Jonathan Miller 3fccd56aec chore: remove automation directory
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 5s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 17s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 59s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Failing after 13s
Publish to Composer / Publish Package (release) Successful in 48s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Failing after 2s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Successful in 20s
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
2026-06-21 18:03:13 -05:00
jmiller 764b98da58 chore: sync auto-release.yml with semver tag support (#304) [skip ci] 2026-06-21 16:53:34 +00:00
jmiller 9c03136d6d chore: sync auto-release.yml with semver tag support (#304) [skip ci] 2026-06-21 16:40:31 +00:00
jmiller 64566e71b5 feat: add Composer publish workflow for Gitea registry + Packagist 2026-06-21 05:46:33 +00:00
jmiller e5fdf206b7 refactor: merge PR workflows, reduce CI noise 2026-06-20 23:12:20 +00:00
jmiller 749a5140ba refactor: merge PR workflows, reduce CI noise 2026-06-20 23:12:19 +00:00
jmiller 65a6788ed0 refactor: merge PR workflows, reduce CI noise 2026-06-20 23:12:19 +00:00
jmiller a2ca2cc53d Merge pull request 'fix: add missing step IDs to auto-release, rename moko-platform to mokocli' (#23) from fix/workflow-audit into main 2026-06-20 23:06:54 +00:00
Jonathan Miller c4ba1e4c06 fix: add missing step IDs to auto-release, rename moko-platform to mokocli
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Failing after 7s
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Blocked by required conditions
Joomla: Extension CI / PHPStan Analysis (pull_request) Blocked by required conditions
Joomla: Extension CI / Build RC Pre-Release (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Universal: PR Check / Branch Policy (pull_request) Failing after 1s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 3s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 5s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: PR Check / Validate PR (pull_request) Failing after 5s
Generic: Project CI / Lint & Validate (pull_request) Successful in 9s
Generic: Repo Health / Access control (pull_request) Successful in 2s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Failing after 1s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 10s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 3s
Universal: Build & Release / Build & Release Pipeline (pull_request) Failing after 9s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 34s
Generic: Project CI / Tests (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 Issues (pull_request) Has been cancelled
- auto-release.yml: add id: platform and id: version steps
- ci-joomla.yml: rename moko-platform to mokocli
- workflow-sync-trigger.yml: rename mokoplatform to mokocli
- issue-branch.yml, rc-revert.yml: update metadata comments
2026-06-20 18:03:09 -05:00
jmiller 08c121a6f2 feat: add Joomla metadata validation workflow for PRs (#21) 2026-06-20 17:28:19 +00:00
jmiller b536118817 fix: rename moko-platform to mokocli + changelog promotion in workflows 2026-06-20 17:16:07 +00:00
jmiller da816d348d fix: rename moko-platform to mokocli + changelog promotion in workflows 2026-06-20 17:16:06 +00:00
jmiller 0ddb771dca fix: rename moko-platform to mokocli + changelog promotion in workflows 2026-06-20 17:16:06 +00:00
jmiller bfd34be3cd fix: rename moko-platform to mokocli + changelog promotion in workflows 2026-06-20 17:16:05 +00:00
jmiller c90ab96a2e fix: rename moko-platform to mokocli + changelog promotion in workflows 2026-06-20 17:16:04 +00:00
jmiller a1d0b031f1 fix: rename moko-platform to mokocli + changelog promotion in workflows 2026-06-20 17:16:03 +00:00
jmiller 0f52a81692 Merge pull request 'fix: remove deprecated .mokogitea/manifest.xml' (#22) from fix into main 2026-06-19 07:10:14 +00:00
Jonathan Miller b79a16336f fix: remove deprecated .mokogitea/manifest.xml — metadata managed via API
Generic: Project CI / Lint & Validate (pull_request) Successful in 16s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 5s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 9s
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 6s
Generic: Repo Health / Access control (pull_request) Successful in 3s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 1m4s
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Successful in 34s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || 'development' }}) (pull_request_target) Failing after 7s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Generic: Project CI / Tests (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (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 Issues (pull_request) Has been cancelled
2026-06-19 02:05:05 -05:00
jmiller 98020c8d15 fix(ci): restore full pre-release.yml content [skip ci] 2026-06-19 02:02:49 +00:00
jmiller dd4fa3b26f fix(ci): detect rebuild by branch name not version suffix [skip ci] 2026-06-19 02:01:48 +00:00
jmiller b6fdffc4be ci: patch bump on same-branch rebuilds, minor only on elevation [skip ci] 2026-06-19 01:08:46 +00:00
jmiller 4d4ff631bd fix: update repo references from old MokoStandards names to current 2026-06-18 20:00:57 +00:00
jmiller f91f419063 fix: update repo references from old MokoStandards names to current 2026-06-18 20:00:56 +00:00
jmiller 9296d11f30 fix: update repo references from old MokoStandards names to current 2026-06-18 20:00:55 +00:00
jmiller efcc525064 fix: update repo references from old MokoStandards names to current 2026-06-18 20:00:54 +00:00
jmiller c7e253049a fix: clone mokoplatform inside runner container instead of assuming host mount 2026-06-18 19:56:11 +00:00
jmiller 6d721fd089 Merge pull request 'chore: remove deploy-manual.yml - Joomla deploys via update server' (#20) from chore/remove-deploy-manual-v2 into main 2026-06-18 18:35:12 +00:00
Jonathan Miller db7ed7fa59 chore: remove deploy-manual.yml - Joomla deploys via update server
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Generic: Repo Health / Access control (pull_request) Successful in 1s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 5s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 7s
Universal: PR Check / Validate PR (pull_request) Failing after 8s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || 'development' }}) (pull_request_target) Failing after 12s
Generic: Project CI / Lint & Validate (pull_request) Successful in 28s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 33s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
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) Failing after 1s
Generic: Project CI / Tests (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (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 Issues (pull_request) Has been cancelled
2026-06-18 12:57:35 -05:00
jmiller ba4454d2f7 feat: add workflow-sync-trigger - auto-sync workflows to live repos on PR merge 2026-06-18 17:08:50 +00:00
jmiller a14bca757e fix(ci): run repo-health on PR to main only, not on push 2026-06-18 16:39:43 +00:00
jmiller 0b583f2203 ci: add changelog extraction to promote-rc job [skip ci] 2026-06-18 16:37:30 +00:00
jmiller 7c763a5bf5 fix(ci): run CI on PR only, not on push
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
2026-06-18 16:13:52 +00:00
jmiller 240bea360b chore: add rc-revert.yml workflow for RC branch cleanup
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Generic: Project CI / Lint & Validate (push) Successful in 9s
Generic: Project CI / Tests (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
2026-06-18 15:30:38 +00:00
jmiller def4e2b2f6 ci: deploy full pre-release workflow from mokoplatform [skip ci] 2026-06-18 13:42:33 +00:00
jmiller 3382322393 ci: disable auto-bump on push to dev [skip ci] 2026-06-16 20:46:29 +00:00