From df2870f798352f2367d7edf23714689c0c2eedca Mon Sep 17 00:00:00 2001 From: Himani Anil Deshpande Date: Tue, 18 Nov 2025 09:38:21 -0500 Subject: [PATCH] [GH] Update the version Bump workflow to mention how to run GH actions --- .github/workflows/bump_version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index cb0e129e..24f3b77f 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -35,6 +35,7 @@ jobs: title: 'Bump version to ${{ inputs.pcluster-version }}' body: | This PR contains version bump. + Please close and re-open the PR for Github Actions to run. Auto-generated by Github Action branch: versionbump${{ inputs.branch }}${{ inputs.pcluster-version }} delete-branch: true