From 7ab69f674f5495edccd669c46841d5b13d3cea6a Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Mon, 13 Jul 2026 21:20:10 +0000 Subject: [PATCH] chore(ci): move repo-specific workflows to workflows/custom/ These are repo-specific (not platform-standard) and belong in custom/ so the workflow sync never distributes/clobbers them. They still run here (Gitea Actions executes custom/). Moved: branch-protection-enforce.yml, ci-platform.yml, composer-publish.yml, sync-feature-versions.yml --- .mokogitea/workflows/{ => custom}/branch-protection-enforce.yml | 0 .mokogitea/workflows/{ => custom}/ci-platform.yml | 0 .mokogitea/workflows/{ => custom}/composer-publish.yml | 0 .mokogitea/workflows/{ => custom}/sync-feature-versions.yml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename .mokogitea/workflows/{ => custom}/branch-protection-enforce.yml (100%) rename .mokogitea/workflows/{ => custom}/ci-platform.yml (100%) rename .mokogitea/workflows/{ => custom}/composer-publish.yml (100%) rename .mokogitea/workflows/{ => custom}/sync-feature-versions.yml (100%) diff --git a/.mokogitea/workflows/branch-protection-enforce.yml b/.mokogitea/workflows/custom/branch-protection-enforce.yml similarity index 100% rename from .mokogitea/workflows/branch-protection-enforce.yml rename to .mokogitea/workflows/custom/branch-protection-enforce.yml diff --git a/.mokogitea/workflows/ci-platform.yml b/.mokogitea/workflows/custom/ci-platform.yml similarity index 100% rename from .mokogitea/workflows/ci-platform.yml rename to .mokogitea/workflows/custom/ci-platform.yml diff --git a/.mokogitea/workflows/composer-publish.yml b/.mokogitea/workflows/custom/composer-publish.yml similarity index 100% rename from .mokogitea/workflows/composer-publish.yml rename to .mokogitea/workflows/custom/composer-publish.yml diff --git a/.mokogitea/workflows/sync-feature-versions.yml b/.mokogitea/workflows/custom/sync-feature-versions.yml similarity index 100% rename from .mokogitea/workflows/sync-feature-versions.yml rename to .mokogitea/workflows/custom/sync-feature-versions.yml -- 2.52.0