From ceef0f2fed1fc2ae8254534d8ee13b81b66aa402 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 17 Oct 2025 12:37:53 -0700 Subject: [PATCH] Allow re-running prepare release branch workflow --- .github/workflows/prepare-release-branch.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/prepare-release-branch.yml b/.github/workflows/prepare-release-branch.yml index 8337770116a9..83f4b36e0a21 100644 --- a/.github/workflows/prepare-release-branch.yml +++ b/.github/workflows/prepare-release-branch.yml @@ -31,6 +31,10 @@ jobs: - prereqs steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + with: + # history is needed to allow fast-forward push below in case + # re-running this workflow after merging additional PRs to main + fetch-depth: 0 - name: Create release branch run: |