From c19eaab7fa7c8f0474f04c084c58f9e2185ff936 Mon Sep 17 00:00:00 2001 From: Lena <241371603+zelenenka@users.noreply.github.com> Date: Mon, 11 May 2026 19:49:38 +0200 Subject: [PATCH] GitHub board automation: fix query (union selection error) (#56453) Release Notes: - N/A --- script/github-community-pr-board.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/github-community-pr-board.py b/script/github-community-pr-board.py index cd79149db0a..c89beec42ab 100644 --- a/script/github-community-pr-board.py +++ b/script/github-community-pr-board.py @@ -365,7 +365,7 @@ def github_get_field_value(item_id, field_name): fieldValues(first: 20) { nodes { ... on ProjectV2ItemFieldSingleSelectValue { - field { name } + field { ... on ProjectV2SingleSelectField { name } } name } }