From e55b160a2ee72cc767ea7aed00a38aec8e15f3b4 Mon Sep 17 00:00:00 2001 From: Henry Park Date: Mon, 9 Mar 2026 14:50:51 -0700 Subject: [PATCH] =?UTF-8?q?fix(ci):=20add=20labeled=20trigger=20=E2=80=94?= =?UTF-8?q?=20gh=20pr=20create=20adds=20label=20after=20opened=20event=20[?= =?UTF-8?q?skip-regression-check]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gh pr create --label adds the label AFTER the PR is created, so the opened event fires without the label. The if condition checking for staging-promotion label fails. Adding labeled trigger type fixes this. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/claude-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 70e6d1cd..f2a3a5bb 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -2,7 +2,7 @@ name: Claude Code Review on: pull_request: - types: [opened] + types: [opened, labeled] workflow_dispatch: permissions: