From 69afba3b288db2fb2a2f7b1a32cc9b49744f7f69 Mon Sep 17 00:00:00 2001 From: Milla J Date: Thu, 9 Apr 2026 11:14:58 -0700 Subject: [PATCH] chore: disable broken auto-bump workflow (#414) bump-plugin-version.yml has been failing on every merge to main since today's security + plugin-packaging work, because it tries to push directly to main and branch protection blocks it. It also conflicts with the manual version-management pattern we're currently using (manual bumps in PRs like #409 for 3.1.0). Renaming to .yml.disabled so GitHub Actions skips it. If we want auto-bumps later, the workflow needs to open a PR instead of pushing directly, and coordinate with manual version bumps. Co-authored-by: milla-jovovich --- .../{bump-plugin-version.yml => bump-plugin-version.yml.disabled} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{bump-plugin-version.yml => bump-plugin-version.yml.disabled} (100%) diff --git a/.github/workflows/bump-plugin-version.yml b/.github/workflows/bump-plugin-version.yml.disabled similarity index 100% rename from .github/workflows/bump-plugin-version.yml rename to .github/workflows/bump-plugin-version.yml.disabled