From 30cf1abde7e2d2e1a4f643cc55aecf613fffa228 Mon Sep 17 00:00:00 2001 From: "Jose R. Gonzalez" Date: Tue, 3 Feb 2026 14:38:44 -0600 Subject: [PATCH] Ensure we do a string check of the is_rename value Signed-off-by: Jose R. Gonzalez --- .github/workflows/mercury_bot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/mercury_bot.yml b/.github/workflows/mercury_bot.yml index 48a918d2..6596f7d3 100644 --- a/.github/workflows/mercury_bot.yml +++ b/.github/workflows/mercury_bot.yml @@ -133,7 +133,7 @@ jobs: - name: Assert renaming semantics id: assert-rename-semantics if: | - steps.populate-file-mod-type.outputs.is-rename + steps.populate-file-mod-type.outputs.is-rename == 'true' && steps.determine-lock-status.outputs.chart-is-locked == 'true' env: PREVIOUS_FILENAME: ${{ steps.populate-file-mod-type.outputs.previous-filename && steps.populate-file-mod-type.outputs.previous-filename || 'unset' }} @@ -142,7 +142,6 @@ jobs: run: | echo "Current lock is set to ${CURRENT_LOCK}" echo "The previous filename for this rename is: ${PREVIOUS_FILENAME}" - echo "The new chart name is consistent through the namespace rename: ${CHART_NAME_CONSISTENT}" echo locked-to-previous-filename="${LOCKED_TO_PREVIOUS}" | tee -a $GITHUB_OUTPUT # Do not merge net-new OWNERS files for locked chart names. Allow a