From 79c7866b883684804d81bbd78b15609d96f6a7aa Mon Sep 17 00:00:00 2001 From: Omkar Gaikwad Date: Wed, 29 Apr 2026 05:35:44 +0000 Subject: [PATCH] ci: update autorelease label trigger from triggered to pending in cloudbuild.yaml --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index d871aaa..dd446dd 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -51,7 +51,7 @@ steps: PR_TITLE=$(echo "$$PR_DATA" | jq -r '.title') # Determine Release Version (Use double quotes and $$ for bash variables) - if [[ "$$PR_LABELS" == *"autorelease: triggered"* ]]; then + if [[ "$$PR_LABELS" == *"autorelease: pending"* ]]; then if [[ "$$PR_TITLE" =~ release\ ([0-9]+\.[0-9]+\.[0-9]+) ]]; then export RELEASE_VERSION="$${BASH_REMATCH[1]}" else