chore: cascade main → dev (e177971) [skip ci]
#194
@@ -373,6 +373,42 @@ EOT
|
||||
requirement_status = "suggested"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
path = ".github"
|
||||
|
||||
Reference in New Issue
Block a user