96c7bd9e46
- mokoconsulting-tech → MokoConsulting across all docs - github.com → git.mokoconsulting.tech - CLI examples updated with new org name Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3.1 KiB
3.1 KiB
Docs Index: /docs/workflows
Purpose
Documentation for all GitHub 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
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