From aaceeb986029b2910cc6499f4791bb98bd53d469 Mon Sep 17 00:00:00 2001 From: Sunny Purewal Date: Mon, 25 May 2026 13:42:41 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20Linear=20state=20type=20filter=20?= =?UTF-8?q?=E2=80=94=20quote=20enum=20values=20as=20strings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/ci/ci_failure_to_linear.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/ci_failure_to_linear.py b/scripts/ci/ci_failure_to_linear.py index 67748781..00a9a6b8 100755 --- a/scripts/ci/ci_failure_to_linear.py +++ b/scripts/ci/ci_failure_to_linear.py @@ -276,7 +276,7 @@ def find_open_issue( issues( filter: { team: { key: { eq: $teamKey } } - state: { type: { in: [unstarted, started] } } + state: { type: { in: ["unstarted", "started"] } } labels: { name: { eq: $labelName } } title: { eq: $title } }