From 7f09fa0b980650dd10036e763361174d0c5b235c Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Thu, 18 Jun 2026 15:21:24 +0000 Subject: [PATCH 1/3] chore(version): pre-release bump to 06.14.01-dev [skip ci] --- .mokogitea/manifest.xml | 2 +- .mokogitea/workflows/issue-branch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mokogitea/manifest.xml b/.mokogitea/manifest.xml index fb14ca3e57..c05c2f6875 100644 --- a/.mokogitea/manifest.xml +++ b/.mokogitea/manifest.xml @@ -4,7 +4,7 @@ MokoGitea MokoConsulting Moko fork of Gitea - adding project board REST API endpoints and custom enhancements - 06.14.00 + 06.14.01 v1.26.1+MOKO GNU General Public License v3 diff --git a/.mokogitea/workflows/issue-branch.yml b/.mokogitea/workflows/issue-branch.yml index 28c94c3041..4e2b0b083b 100644 --- a/.mokogitea/workflows/issue-branch.yml +++ b/.mokogitea/workflows/issue-branch.yml @@ -5,7 +5,7 @@ # FILE INFORMATION # DEFGROUP: Gitea.Workflow # INGROUP: mokoplatform.Automation -# VERSION: 06.14.00 +# VERSION: 06.14.01 # BRIEF: Auto-create feature branch when an issue is opened name: "Universal: Issue Branch" -- 2.52.0 From e0c492c7dffe2fb6fdf2a904f938caeabbfdc757 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 18 Jun 2026 10:26:53 -0500 Subject: [PATCH 2/3] fix(ci): run CI and repo-health on PR to main, not on push CI and repo-health were triggering on push to main, running alongside (or after) the deploy workflow instead of gating the merge. Move both to pull_request triggers so they run as PR checks before merge. - ci-generic: remove push trigger, keep pull_request to main/dev/rc - repo-health: remove bare push trigger, scope pull_request to main - deploy-mokogitea stays on push:main (fires only after merge) --- .mokogitea/workflows/ci-generic.yml | 7 ------- .mokogitea/workflows/repo-health.yml | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.mokogitea/workflows/ci-generic.yml b/.mokogitea/workflows/ci-generic.yml index 87fd0598fd..92d26853d1 100644 --- a/.mokogitea/workflows/ci-generic.yml +++ b/.mokogitea/workflows/ci-generic.yml @@ -13,13 +13,6 @@ name: "Generic: Project CI" on: - push: - branches: - - main - - dev - - dev/** - - rc/** - - version/** pull_request: branches: - main diff --git a/.mokogitea/workflows/repo-health.yml b/.mokogitea/workflows/repo-health.yml index 8d57aaf091..e466ae37e2 100644 --- a/.mokogitea/workflows/repo-health.yml +++ b/.mokogitea/workflows/repo-health.yml @@ -33,7 +33,8 @@ on: - scripts - repo pull_request: - push: + branches: + - main permissions: contents: read -- 2.52.0 From 7d0b3f042c00404a64bcbc47841aa909cb6aca2b Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Thu, 18 Jun 2026 15:28:34 +0000 Subject: [PATCH 3/3] chore(version): pre-release bump to 06.14.02-dev [skip ci] --- .mokogitea/manifest.xml | 2 +- .mokogitea/workflows/issue-branch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mokogitea/manifest.xml b/.mokogitea/manifest.xml index c05c2f6875..48bcb9541e 100644 --- a/.mokogitea/manifest.xml +++ b/.mokogitea/manifest.xml @@ -4,7 +4,7 @@ MokoGitea MokoConsulting Moko fork of Gitea - adding project board REST API endpoints and custom enhancements - 06.14.01 + 06.14.02 v1.26.1+MOKO GNU General Public License v3 diff --git a/.mokogitea/workflows/issue-branch.yml b/.mokogitea/workflows/issue-branch.yml index 4e2b0b083b..af1d19c644 100644 --- a/.mokogitea/workflows/issue-branch.yml +++ b/.mokogitea/workflows/issue-branch.yml @@ -5,7 +5,7 @@ # FILE INFORMATION # DEFGROUP: Gitea.Workflow # INGROUP: mokoplatform.Automation -# VERSION: 06.14.01 +# VERSION: 06.14.02 # BRIEF: Auto-create feature branch when an issue is opened name: "Universal: Issue Branch" -- 2.52.0