From 2ed9a0c2c43eb5a97e39addef4834af4056a9d26 Mon Sep 17 00:00:00 2001 From: Himani Anil Deshpande Date: Tue, 18 Nov 2025 09:37:16 -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 820f0f40ed..7d944ac72d 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -39,6 +39,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