mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-23 12:37:09 +00:00
GitHub board automation: fix query (union selection error) (#56453)
Release Notes: - N/A
This commit is contained in:
parent
5d3f275cbf
commit
c19eaab7fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue