Commit Graph

711 Commits

Author SHA1 Message Date
jmiller 192e1a0b0b feat: add update-server.yml with updates.xml integrity check [skip ci] 2026-05-26 04:49:18 +00:00
gitea-actions[bot] 4beb399689 fix(ci): update workflows — tag dev, client site, version_check [skip ci] 2026-05-25 22:56:06 -05:00
jmiller 5bf23b3f21 fix: updates.xml tag dev not development + client site [skip ci] 2026-05-26 03:54:03 +00:00
jmiller 19178728b9 fix(updates): broaden targetplatform to match Joomla 5.x and 6.x [skip ci] 2026-05-26 03:42:36 +00:00
jmiller fa5b0a5163 chore: sync .mokogitea/workflows/auto-release.yml from moko-platform [skip ci] 2026-05-26 03:07:25 +00:00
jmiller e78cffa0a9 chore: sync .mokogitea/workflows/pre-release.yml from moko-platform [skip ci] 2026-05-26 03:05:31 +00:00
jmiller 6034b4b150 Merge pull request 'chore: pre-release.yml rewrite + changelog update' (#74) from dev into main
Universal: Cascade Main -> Dev / Cascade main -> branches (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
2026-05-25 04:20:49 +00:00
Jonathan Miller 6125f945be docs: update CHANGELOG with session work
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (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
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Joomla: Extension CI / Lint & Validate (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
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-24 23:17:08 -05:00
Jonathan Miller 2b0f0a3704 fix(ci): rewrite pre-release.yml with PHP CLI tools
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
- Fix broken platform detection (mangled sed pipeline on line 58)
- Replace inline Python updates.xml manipulation with PHP
- Use moko-platform CLI tools (version_bump, version_set_platform,
  release_cascade) instead of inline reimplementations
- Support pre-installed /opt/moko-platform with fallback to git clone
- Add summary step for job output

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-24 23:10:56 -05:00
jmiller f26ddb1ef8 Merge pull request 'chore: cascade main -> dev (583af12) [skip ci]' (#73) from main into dev
chore: cascade main -> dev [skip ci]
2026-05-24 22:57:56 +00:00
jmiller 257ecb688a Add RC pre-release trigger to CI workflow
Generic: Repo Health / Site Health (push) Has been cancelled
Universal: Cascade Main -> Dev / Cascade main -> branches (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Automatically triggers a release-candidate build when CI lint+tests
pass on a pull request.

Authored-by: Moko Consulting
2026-05-24 22:55:29 +00:00
jmiller 583af12dce Add RC pre-release trigger to PR check workflow
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Cascade Main -> Dev / Cascade main -> branches (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Automatically triggers a release-candidate build when a PR passes
branch policy and validation checks.

Authored-by: Moko Consulting
2026-05-24 22:54:39 +00:00
jmiller f73563d6ee Merge pull request 'chore: cascade main -> dev [skip ci]' (#72) from main into dev 2026-05-24 09:18:01 +00:00
jmiller f83fca9e31 chore: sync updates.xml 02.07.00 [skip ci] 2026-05-24 09:06:37 +00:00
gitea-actions[bot] 4ef655bce3 chore(release): ZIP + tar.gz for 02.07.00 [skip ci] 2026-05-24 09:06:37 +00:00
gitea-actions[bot] a1ce2f91a9 chore(release): build 02.07.00 [skip ci] 2026-05-24 09:06:35 +00:00
jmiller 4365a5ab4a Merge pull request 'chore: cascade main -> dev (c349458) [skip ci]' (#71) from main into dev
chore: cascade main -> dev [skip ci]
2026-05-24 09:05:44 +00:00
jmiller c349458d14 Merge pull request 'fix(ci): replace Step 8b inline Python with PHP CLI tool' (#70) from dev into main
Universal: Cascade Main -> Dev / Cascade main -> branches (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
2026-05-24 09:05:39 +00:00
Jonathan Miller d2efa527bc fix(ci): replace Step 8b inline Python with release_body_update.php
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Joomla: Extension CI / Lint & Validate (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (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
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (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
Universal: PR Check / Validate PR (pull_request) Has been cancelled
The inline Python PATCH caused SIGPIPE (exit 141) due to printf pipe
fragility. Replace with the PHP CLI tool from moko-platform which
handles changelog extraction, body assembly, and API PATCH natively.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-24 04:05:08 -05:00
jmiller ee7b577e48 chore: sync updates.xml 02.07.00 [skip ci] 2026-05-24 08:56:01 +00:00
gitea-actions[bot] d229db2740 chore(release): ZIP + tar.gz for 02.07.00 [skip ci] 2026-05-24 08:56:00 +00:00
gitea-actions[bot] 11ee854fb6 chore(release): build 02.07.00 [skip ci] 2026-05-24 08:55:59 +00:00
jmiller 62f18b8db4 chore: sync updates.xml 02.07.00 [skip ci] 2026-05-24 08:48:11 +00:00
gitea-actions[bot] cbe13526a3 chore(release): ZIP + tar.gz for 02.07.00 [skip ci] 2026-05-24 08:48:11 +00:00
gitea-actions[bot] d8a142fd35 chore(release): build 02.07.00 [skip ci] 2026-05-24 08:48:10 +00:00
jmiller ec08b71f6b chore: sync updates.xml 02.07.00 [skip ci] 2026-05-24 08:36:47 +00:00
gitea-actions[bot] d71eaa39fa chore(release): ZIP + tar.gz for 02.07.00 [skip ci] 2026-05-24 08:36:46 +00:00
gitea-actions[bot] 82a7877fae chore(release): build 02.07.00 [skip ci] 2026-05-24 08:36:45 +00:00
jmiller 6810fc3584 chore: sync updates.xml 02.07.00 [skip ci] 2026-05-24 08:13:41 +00:00
jmiller 8fb3af03ef Merge pull request 'chore: cascade main -> dev (24420de) [skip ci]' (#69) from main into dev
chore: cascade main -> dev [skip ci]
2026-05-24 08:12:52 +00:00
jmiller 24420de036 fix(ci): replace SOH control char (0x01) with sed backreference in auto-release
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Cascade Main -> Dev / Cascade main -> branches (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Line 83 contained a literal SOH byte where  was intended in a sed
replacement pattern. The YAML parser rejected this as an invalid
control character, preventing workflow_dispatch and PR-triggered runs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-24 08:12:46 +00:00
jmiller 6296848a84 Merge pull request 'chore: cascade main -> dev (eaf7342) [skip ci]' (#68) from main into dev
chore: cascade main -> dev [skip ci]
2026-05-24 04:51:12 +00:00
jmiller eaf7342c51 Merge pull request 'chore: trigger release build' (#67) from dev into main
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Cascade Main -> Dev / Cascade main -> branches (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
2026-05-24 04:51:07 +00:00
Jonathan Miller f770dce5ce chore: trigger release build
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Joomla: Extension CI / Lint & Validate (pull_request) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (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
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (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
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-23 23:50:00 -05:00
jmiller a11e2ac82c Merge pull request 'chore: cascade main -> dev (a8bd2aa) [skip ci]' (#66) from main into dev
chore: cascade main -> dev [skip ci]
2026-05-24 04:48:20 +00:00
jmiller a8bd2aa4b9 Merge pull request 'fix(ci): replace ampersand in auto-release workflow name' (#65) from dev into main
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Cascade Main -> Dev / Cascade main -> branches (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
2026-05-24 04:48:17 +00:00
Jonathan Miller dc7299caef fix(ci): replace & with 'and' in auto-release workflow name
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Joomla: Extension CI / Lint & Validate (pull_request) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (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
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (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
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Go YAML parser may choke on & in workflow name during dispatch.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-23 23:47:22 -05:00
jmiller 38409fd9bd Merge pull request 'chore: cascade main -> dev (03c829c) [skip ci]' (#64) from main into dev
chore: cascade main -> dev [skip ci]
2026-05-24 04:43:14 +00:00
jmiller 03c829c91d Merge pull request 'fix(ci): strip non-ASCII from issue templates' (#63) from dev into main
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Cascade Main -> Dev / Cascade main -> branches (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
2026-05-24 04:43:10 +00:00
Jonathan Miller 3a807476f1 fix(ci): strip non-ASCII from issue templates
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Joomla: Extension CI / Lint & Validate (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (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
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (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
Universal: PR Check / Validate PR (pull_request) Has been cancelled
config.yml, security.md, waas_site_issue.md had UTF-8 chars that
Gitea YAML parser may reject.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-23 23:42:41 -05:00
jmiller c5fe76f39a Merge pull request 'chore: cascade main -> dev (179de25) [skip ci]' (#62) from main into dev
chore: cascade main -> dev [skip ci]
2026-05-24 04:40:13 +00:00
jmiller 179de2574f Merge pull request 'fix(ci): strip non-ASCII from root-level trigger YMLs' (#61) from dev into main
Universal: Cascade Main -> Dev / Cascade main -> branches (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
2026-05-24 04:40:07 +00:00
Jonathan Miller e4fef62e38 fix(ci): strip non-ASCII from root-level trigger YMLs
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Joomla: Extension CI / Lint & Validate (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (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
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (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
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Root-level .mokogitea/*.yml trigger files also had UTF-8 multibyte
chars that Gitea's YAML parser rejects.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-23 23:39:33 -05:00
jmiller 9ec0c4ba9b Merge pull request 'chore: cascade main -> dev (515a978) [skip ci]' (#60) from main into dev
chore: cascade main -> dev [skip ci]
2026-05-24 04:36:28 +00:00
jmiller 515a978e72 Merge pull request 'fix(ci): strip non-ASCII from all workflow YAML files' (#59) from dev into main
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Cascade Main -> Dev / Cascade main -> branches (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
2026-05-24 04:36:24 +00:00
Jonathan Miller ecfeb19b98 fix(ci): strip all non-ASCII from workflow YAML files
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Joomla: Extension CI / Lint & Validate (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (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
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (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
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Gitea Go YAML parser rejects UTF-8 multibyte characters (em dashes,
arrows, emoji) as control characters. Replace with ASCII equivalents
across all workflow files.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-23 23:35:17 -05:00
jmiller d862d91376 Merge pull request 'chore: cascade main → dev (b2a32c6) [skip ci]' (#58) from main into dev
chore: cascade main → dev [skip ci]
2026-05-24 04:30:05 +00:00
jmiller b2a32c6fac Merge pull request 'fix(ci): replace non-ASCII chars in auto-release.yml' (#57) from dev into main
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Cascade Main → Dev / Cascade main → branches (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
2026-05-24 04:30:00 +00:00
Jonathan Miller acdf0d4af6 fix(ci): replace all non-ASCII chars in auto-release.yml
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Joomla: Extension CI / Lint & Validate (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
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (pull_request) Has been cancelled
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (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
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Gitea YAML parser rejects UTF-8 em dashes and arrows as control
characters, preventing workflow_dispatch. Replace with ASCII equivalents.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-23 23:29:16 -05:00
jmiller a5d40e4c18 Merge pull request 'chore: cascade main → dev (31d09d2) [skip ci]' (#56) from main into dev
chore: cascade main → dev [skip ci]
2026-05-24 04:24:06 +00:00