diff --git a/.github/workflows/gardener_issue_comment.yml b/.github/workflows/gardener_issue_comment.yml index 8c805e812f9e5..e066f40f49c87 100644 --- a/.github/workflows/gardener_issue_comment.yml +++ b/.github/workflows/gardener_issue_comment.yml @@ -52,6 +52,27 @@ jobs: } } } + ... on PullRequest { + projectItems(first: 50) { + ... on ProjectV2ItemConnection { + nodes { + fieldValueByName(name: "Status") { + ... on ProjectV2ItemFieldSingleSelectValue { + name + } + } + ... on ProjectV2Item { + id + project { + ... on ProjectV2 { + id + } + } + } + } + } + } + } } }' -f item_id="$issue_id" )"