From 13294ee5345c9b97e37ee43e080b5065a1aa092d Mon Sep 17 00:00:00 2001 From: Angel Montenegro Date: Mon, 6 Jul 2026 15:19:14 -0600 Subject: [PATCH] PD-5881 Disable the version bump by comment Set the variable enable_merge_commit_bump to false so it disables the version bump based on PR comments --- .github/workflows/rel_tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rel_tag.yml b/.github/workflows/rel_tag.yml index 850722a51..b42e5042e 100644 --- a/.github/workflows/rel_tag.yml +++ b/.github/workflows/rel_tag.yml @@ -85,6 +85,7 @@ jobs: with: version_tag: ${{ inputs.version_tag }} bump: ${{ inputs.bump }} + enable_merge_commit_bump: false - name: tag repo create changelog and create release uses: ORCID/changelog-action@main