Public Access
chore: add .mokogitea/workflows to platform definitions
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
Platform: moko-platform CI / Gate 1: Code Quality (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.1) (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.2) (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.3) (push) Has been cancelled
Platform: moko-platform CI / Gate 3: Self-Health Check (push) Has been cancelled
Platform: moko-platform CI / Gate 4: Governance (push) Has been cancelled
Platform: moko-platform CI / Gate 5: Template Integrity (push) Has been cancelled
Platform: moko-platform CI / CI Summary (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
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
Platform: moko-platform CI / Gate 1: Code Quality (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.1) (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.2) (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.3) (push) Has been cancelled
Platform: moko-platform CI / Gate 3: Self-Health Check (push) Has been cancelled
Platform: moko-platform CI / Gate 4: Governance (push) Has been cancelled
Platform: moko-platform CI / Gate 5: Template Integrity (push) Has been cancelled
Platform: moko-platform CI / CI Summary (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
Adds branch-cleanup.yml and manifest.xml to the .mokogitea directory definition across generic, joomla, dolibarr, and platform definitions. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -373,6 +373,42 @@ EOT
|
|||||||
requirement_status = "suggested"
|
requirement_status = "suggested"
|
||||||
purpose = "Contains templates used by build scripts"
|
purpose = "Contains templates used by build scripts"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name = ".mokogitea"
|
||||||
|
path = ".mokogitea"
|
||||||
|
description = "Gitea-specific configuration and workflows"
|
||||||
|
requirement_status = "required"
|
||||||
|
purpose = "Contains Gitea Actions workflows, manifest.xml, and CI/CD configuration"
|
||||||
|
subdirectories = [
|
||||||
|
{
|
||||||
|
name = "workflows"
|
||||||
|
path = ".mokogitea/workflows"
|
||||||
|
description = "Gitea Actions workflows (universal)"
|
||||||
|
requirement_status = "required"
|
||||||
|
files = [
|
||||||
|
{
|
||||||
|
name = "branch-cleanup.yml"
|
||||||
|
extension = "yml"
|
||||||
|
description = "Auto-delete merged feature branches after PR merge"
|
||||||
|
requirement_status = "required"
|
||||||
|
always_overwrite = true
|
||||||
|
template = ".mokogitea/workflows/branch-cleanup.yml"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
files = [
|
||||||
|
{
|
||||||
|
name = "manifest.xml"
|
||||||
|
extension = "xml"
|
||||||
|
description = "Repository manifest — version, platform, governance metadata"
|
||||||
|
requirement_status = "required"
|
||||||
|
always_overwrite = false
|
||||||
|
template = "managed-by-sync"
|
||||||
|
source_type = "programmatic"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name = ".github"
|
name = ".github"
|
||||||
path = ".github"
|
path = ".github"
|
||||||
|
|||||||
@@ -291,6 +291,42 @@ locals {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name = ".mokogitea"
|
||||||
|
path = ".mokogitea"
|
||||||
|
description = "Gitea-specific configuration and workflows"
|
||||||
|
requirement_status = "required"
|
||||||
|
purpose = "Contains Gitea Actions workflows, manifest.xml, and CI/CD configuration"
|
||||||
|
subdirectories = [
|
||||||
|
{
|
||||||
|
name = "workflows"
|
||||||
|
path = ".mokogitea/workflows"
|
||||||
|
description = "Gitea Actions workflows (universal)"
|
||||||
|
requirement_status = "required"
|
||||||
|
files = [
|
||||||
|
{
|
||||||
|
name = "branch-cleanup.yml"
|
||||||
|
extension = "yml"
|
||||||
|
description = "Auto-delete merged feature branches after PR merge"
|
||||||
|
requirement_status = "required"
|
||||||
|
always_overwrite = true
|
||||||
|
template = ".mokogitea/workflows/branch-cleanup.yml"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
files = [
|
||||||
|
{
|
||||||
|
name = "manifest.xml"
|
||||||
|
extension = "xml"
|
||||||
|
description = "Repository manifest — version, platform, governance metadata"
|
||||||
|
requirement_status = "required"
|
||||||
|
always_overwrite = false
|
||||||
|
template = "managed-by-sync"
|
||||||
|
source_type = "programmatic"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name = ".github"
|
name = ".github"
|
||||||
path = ".github"
|
path = ".github"
|
||||||
|
|||||||
@@ -431,6 +431,42 @@ locals {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name = ".mokogitea"
|
||||||
|
path = ".mokogitea"
|
||||||
|
description = "Gitea-specific configuration and workflows"
|
||||||
|
requirement_status = "required"
|
||||||
|
purpose = "Contains Gitea Actions workflows, manifest.xml, and CI/CD configuration"
|
||||||
|
subdirectories = [
|
||||||
|
{
|
||||||
|
name = "workflows"
|
||||||
|
path = ".mokogitea/workflows"
|
||||||
|
description = "Gitea Actions workflows (universal)"
|
||||||
|
requirement_status = "required"
|
||||||
|
files = [
|
||||||
|
{
|
||||||
|
name = "branch-cleanup.yml"
|
||||||
|
extension = "yml"
|
||||||
|
description = "Auto-delete merged feature branches after PR merge"
|
||||||
|
requirement_status = "required"
|
||||||
|
always_overwrite = true
|
||||||
|
template = ".mokogitea/workflows/branch-cleanup.yml"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
files = [
|
||||||
|
{
|
||||||
|
name = "manifest.xml"
|
||||||
|
extension = "xml"
|
||||||
|
description = "Repository manifest — version, platform, governance metadata"
|
||||||
|
requirement_status = "required"
|
||||||
|
always_overwrite = false
|
||||||
|
template = "managed-by-sync"
|
||||||
|
source_type = "programmatic"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name = ".github"
|
name = ".github"
|
||||||
path = ".github"
|
path = ".github"
|
||||||
|
|||||||
@@ -127,6 +127,42 @@ locals {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name = ".mokogitea"
|
||||||
|
path = ".mokogitea"
|
||||||
|
description = "Gitea-specific configuration and workflows"
|
||||||
|
requirement_status = "required"
|
||||||
|
purpose = "Contains Gitea Actions workflows, manifest.xml, and CI/CD configuration"
|
||||||
|
subdirectories = [
|
||||||
|
{
|
||||||
|
name = "workflows"
|
||||||
|
path = ".mokogitea/workflows"
|
||||||
|
description = "Gitea Actions workflows (universal)"
|
||||||
|
requirement_status = "required"
|
||||||
|
files = [
|
||||||
|
{
|
||||||
|
name = "branch-cleanup.yml"
|
||||||
|
extension = "yml"
|
||||||
|
description = "Auto-delete merged feature branches after PR merge"
|
||||||
|
requirement_status = "required"
|
||||||
|
always_overwrite = true
|
||||||
|
template = ".mokogitea/workflows/branch-cleanup.yml"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
files = [
|
||||||
|
{
|
||||||
|
name = "manifest.xml"
|
||||||
|
extension = "xml"
|
||||||
|
description = "Repository manifest — version, platform, governance metadata"
|
||||||
|
requirement_status = "required"
|
||||||
|
always_overwrite = false
|
||||||
|
template = "managed-by-sync"
|
||||||
|
source_type = "programmatic"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name = ".github"
|
name = ".github"
|
||||||
path = ".github"
|
path = ".github"
|
||||||
|
|||||||
Reference in New Issue
Block a user