Merge pull request 'fix(templates): CODEOWNERS use .mokogitea/workflows not .github/workflows' (#339) from feat/fix-codeowners-mokogitea-path into dev
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 20s
Universal: Sync Feature Branch Versions / Sync feature branches with dev (push) Has been skipped
Platform: mokocli CI / Gate 1: Code Quality (push) Failing after 1m4s
Platform: mokocli CI / Gate 2: Unit Tests (8.1) (push) Has been cancelled
Platform: mokocli CI / Gate 2: Unit Tests (8.2) (push) Has been cancelled
Platform: mokocli CI / Gate 2: Unit Tests (8.3) (push) Has been cancelled
Platform: mokocli CI / Gate 3: Self-Health Check (push) Has been cancelled
Platform: mokocli CI / Gate 4: Governance (push) Has been cancelled
Platform: mokocli CI / Gate 5: Template Integrity (push) Has been cancelled
Platform: mokocli CI / CI Summary (push) Has been cancelled

This commit was merged in pull request #339.
This commit is contained in:
2026-07-05 20:50:21 +00:00
2 changed files with 27 additions and 30 deletions
+2 -2
View File
@@ -19,10 +19,10 @@
/api/ @mokoconsulting-tech
# CI/CD WORKFLOWS
/.github/workflows/ @mokoconsulting-tech
/.mokogitea/workflows/ @mokoconsulting-tech
# ISSUE TEMPLATES
/.github/ISSUE_TEMPLATE/ @mokoconsulting-tech
/.mokogitea/ISSUE_TEMPLATE/ @mokoconsulting-tech
# GOVERNANCE + OPERATIONAL FILES
/CONTRIBUTING.md @mokoconsulting-tech
+25 -28
View File
@@ -8,35 +8,32 @@
# Combined with branch protection (require PR reviews), this prevents
# unauthorized modifications to workflows, configs, and governance files.
# ── Synced workflows (managed by MokoCli — do not edit manually) ────
/.github/workflows/deploy-dev.yml @jmiller
/.github/workflows/deploy-demo.yml @jmiller
/.github/workflows/deploy-manual.yml @jmiller
/.github/workflows/auto-release.yml @jmiller
/.github/workflows/auto-dev-issue.yml @jmiller
/.github/workflows/auto-assign.yml @jmiller
/.github/workflows/sync-version-on-merge.yml @jmiller
/.github/workflows/enterprise-firewall-setup.yml @jmiller
/.github/workflows/repository-cleanup.yml @jmiller
/.github/workflows/standards-compliance.yml @jmiller
/.github/workflows/codeql-analysis.yml @jmiller
/.github/workflows/repo_health.yml @jmiller
/.github/workflows/ci-joomla.yml @jmiller
/.github/workflows/update-server.yml @jmiller
/.github/workflows/deploy-manual.yml @jmiller
/.github/workflows/ci-dolibarr.yml @jmiller
/.github/workflows/publish-to-mokodolimods.yml @jmiller
/.github/workflows/changelog-validation.yml @jmiller
/.github/workflows/branch-freeze.yml @jmiller
# Custom workflows in .github/workflows/ not listed above are repo-owned.
# ── Synced workflows (managed by MokoCLI — do not edit manually) ────
/.mokogitea/workflows/auto-bump.yml @jmiller
/.mokogitea/workflows/auto-release.yml @jmiller
/.mokogitea/workflows/pre-release.yml @jmiller
/.mokogitea/workflows/cascade-dev.yml @jmiller
/.mokogitea/workflows/rc-revert.yml @jmiller
/.mokogitea/workflows/branch-cleanup.yml @jmiller
/.mokogitea/workflows/cleanup.yml @jmiller
/.mokogitea/workflows/ci-generic.yml @jmiller
/.mokogitea/workflows/pr-check.yml @jmiller
/.mokogitea/workflows/notify.yml @jmiller
/.mokogitea/workflows/repo-health.yml @jmiller
/.mokogitea/workflows/gitleaks.yml @jmiller
/.mokogitea/workflows/issue-branch.yml @jmiller
/.mokogitea/workflows/ci-issue-reporter.yml @jmiller
/.mokogitea/workflows/sync-on-merge.yml @jmiller
/.mokogitea/workflows/version-set.yml @jmiller
# Custom workflows in .mokogitea/workflows/ not listed above are repo-owned.
# ── GitHub configuration ─────────────────────────────────────────────────
/.github/ISSUE_TEMPLATE/ @jmiller
/.github/CODEOWNERS @jmiller
/.github/copilot.yml @jmiller
/.github/copilot-instructions.md @jmiller
/.github/CLAUDE.md @jmiller
/.github/.mokostandards @jmiller
# ── MokoGitea configuration ──────────────────────────────────────────────
/.mokogitea/ISSUE_TEMPLATE/ @jmiller
/.mokogitea/CODEOWNERS @jmiller
/.mokogitea/copilot.yml @jmiller
/.mokogitea/copilot-instructions.md @jmiller
/.mokogitea/CLAUDE.md @jmiller
/.mokogitea/.mokostandards @jmiller
# ── Build and config files ───────────────────────────────────────────────
/composer.json @jmiller