Page:
workflows-index
Pages
ARCHITECTURE
AUTO_CREATE_ORG_PROJECTS
CLI_AUTOMATION
DEPLOY_SCRIPTS
DOLIBARR_MODULE_IDS
DRY_RUN_PATTERN
Documentation-Standards.-.-
Documentation-Standards.-
File-Header-Standards
Home
JOOMLA_SYNC
LEGAL_DOC_GENERATOR_WEB_README
MCP-Servers.-.-.
MCP-Servers
MINIFICATION
MONITORING_SCRIPTS
NEW_SCRIPTS
QUICKSTART_ORG_PROJECTS
SITE_MONITORING
WIKI_STANDARDS
WORKFLOW_STANDARDS
api-automation-index.-
api-automation-index
api-definitions-default-index.-
api-definitions-default-index
api-definitions-sync-index.-
api-definitions-sync-index
api-deploy-index.-
api-deploy-index
api-fix-index.-
api-fix-index
api-index.-
api-index
api-maintenance-index.-
api-maintenance-index
api-plugin-index.-
api-plugin-index
api-tests-index.-
api-tests-index
api-tests-sample-index.-
api-tests-sample-index
api-validate-index.-
api-validate-index
automation-README.-
automation-README
automation-branch-version-automation.-
automation-branch-version-automation
automation-push-files.-
automation-push-files
automation-repo-cleanup.-
automation-repo-cleanup
client-repos.-.-
client-repos
standards-mokostandards-file-spec.-
standards-mokostandards-file-spec
templates-client-waas
templates-dolibarr
templates-generic
templates-mcp
workflows-README.-
workflows-README
workflows-auto-release.-
workflows-auto-release
workflows-branch-protection.-
workflows-branch-protection
workflows-build-release.-
workflows-build-release
workflows-cascade-dev.-
workflows-cascade-dev
workflows-changelog-management.-
workflows-changelog-management
workflows-demo-deployment.-
workflows-demo-deployment
workflows-dev-branch-tracking.-
workflows-dev-branch-tracking
workflows-dev-deployment.-
workflows-dev-deployment
workflows-index.-
workflows-index
workflows-release-system.-
workflows-release-system
workflows-renovate.-
workflows-renovate
workflows-reusable-workflows.-
workflows-reusable-workflows
workflows-rs-deployment.-
workflows-rs-deployment
workflows-secret-scanning.-
workflows-secret-scanning
workflows-shared-workflows.-
workflows-shared-workflows
workflows-standards-compliance.-
workflows-standards-compliance
workflows-static-analysis.-
workflows-static-analysis
workflows-sub-issue-management.-
workflows-sub-issue-management
workflows-update-server.-
workflows-update-server
workflows-workflow-architecture.-
workflows-workflow-architecture
Clone
3
workflows-index
Jonathan Miller edited this page 2026-05-20 01:26:26 +00:00
← Home
workflows
Purpose
Documentation for all Gitea Actions workflows used across governed repositories.
Deployment Workflows
Dolibarr + Generic (automatic FTP deploy)
- Dev Deployment — deploy to dev FTP on push to
dev/**,alpha/**,beta/**, orrc/** - Demo Deployment — deploy to demo FTP on push to
main
Note:
deploy-rs.ymlis retired. RS deployment is handled via the release pipeline only. See RS Deployment (deprecated).
Joomla (no automatic FTP deploy)
Joomla repos use GitHub Release ZIPs via auto-release.yml + updates.xml. No automatic FTP deploy.
- Deploy Manual — manual workflow_dispatch FTP deploy for Joomla dev testing
Release & Version Workflows
- Auto Release — platform-specific GitHub Release on push to main (generic, Joomla, Dolibarr)
- Build Release — build release artifacts
- Release System — end-to-end release lifecycle (dev → rc → main)
- Changelog Management — automated changelog generation
- Changelog Validation — validates CHANGELOG.md format on PR
Client Repositories
- Client Repo Standards — naming, privacy, structure, deployment for client-* repos
CI & Compliance Workflows
- CI Joomla — Joomla-specific CI checks (manifest validation, language files, XML lint)
- CI Dolibarr — Dolibarr-specific CI checks (module descriptor, PHP lint)
- Standards Compliance — enterprise standards validation
- Repo Health — platform-aware repository health checks
- Shared Workflows — reusable workflow templates
- Reusable Workflows — reusable workflow reference
- Workflow Architecture — design and architecture
- Workflow Inventory — complete inventory of all workflows
Branch & Issue Management
- Dev Branch Tracking — manual issue creation for dev branches, auto-creation for rc branches
- Sub-Issue Management — hierarchical issue tracking
Update Server
- Update Server — multi-entry Joomla updates.xml with stability filtering
- Reserve Dolibarr Module ID — module ID reservation
Platform Workflow Matrix
| Workflow | Joomla | Dolibarr | Generic |
|---|---|---|---|
auto-release.yml |
Yes (ZIP + SHA-256 + updates.xml) | Yes (update.txt) | Yes |
deploy-dev.yml |
No | Yes | Yes |
deploy-demo.yml |
No | Yes | Yes |
deploy-manual.yml |
Yes | No | No |
update-server.yml |
Yes | No | No |
ci-joomla.yml |
Yes | No | No |
ci-dolibarr.yml |
No | Yes | No |
repo_health.yml |
Yes | Yes | Yes |
changelog-validation.yml |
Yes | Yes | Yes |
Metadata
- Document Type: index
- Last Updated: 2026-04-07
- Version: 04.06.00
Repo: moko-platform · moko-platform wiki
| Field | Value |
|---|---|
| Minimum Version | 04.07.00 |
| Platform | all |
| Applies To | All repositories |
| Revision | Date | Author | Description |
|---|---|---|---|
| 1.0 | 2026-05-08 | Moko Consulting | Initial version |