Files
moko-platform/templates/github/CODEOWNERS
T
Jonathan Miller f71c186e26 fix: replace jmiller-moko with jmiller across all templates
GitHub username jmiller-moko replaced with Gitea username jmiller in:
- Issue templates (assignees)
- CODEOWNERS
- dependabot.yml
- Workflow authorized user lists

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-26 18:48:13 -05:00

56 lines
3.1 KiB
Plaintext

# Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
# SPDX-License-Identifier: GPL-3.0-or-later
#
# CODEOWNERS — require approval from jmiller for protected paths
# Synced from MokoStandards. Do not edit manually.
#
# Changes to these paths require review from the listed owners before merge.
# Combined with branch protection (require PR reviews), this prevents
# unauthorized modifications to workflows, configs, and governance files.
# ── Synced workflows (managed by MokoStandards — 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.
# ── 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
# ── Build and config files ───────────────────────────────────────────────
/composer.json @jmiller
/phpstan.neon @jmiller
/Makefile @jmiller
/.ftpignore @jmiller
/.gitignore @jmiller
/.gitattributes @jmiller
/.editorconfig @jmiller
# ── Governance documents ─────────────────────────────────────────────────
/LICENSE @jmiller
/CONTRIBUTING.md @jmiller
/SECURITY.md @jmiller
/GOVERNANCE.md @jmiller
/CODE_OF_CONDUCT.md @jmiller