Skip to content

Commit

Permalink
fix(ci): correct gql schema
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Jan 24, 2023
1 parent c3871d5 commit b8e3d87
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/triage_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ jobs:
projectV2(number: 3) {
id
fields(first:20) {
... on ProjectV2SingleSelectField {
id
name
options {
nodes {
... on ProjectV2SingleSelectField {
id
name
options {
id
name
}
}
}
}
Expand Down

0 comments on commit b8e3d87

Please sign in to comment.