From 5b80c837a489f5b131a5d0cff6783496e078d1f9 Mon Sep 17 00:00:00 2001 From: Meliox Date: Thu, 11 Jun 2026 20:14:32 +0200 Subject: [PATCH] s --- .github/workflows/pr-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-create.yml b/.github/workflows/pr-create.yml index 4f06826..1abc5a9 100644 --- a/.github/workflows/pr-create.yml +++ b/.github/workflows/pr-create.yml @@ -45,7 +45,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - # Always rebase the bump branch on the latest main so the PR + # Always rebase the bump branch on the latest main so the PR is testable git fetch origin main if git fetch origin chore/version-bump 2>/dev/null; then git checkout chore/version-bump