-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority-2Affects more than a few users but doesn't prevent core functionsAffects more than a few users but doesn't prevent core functions
Description
Describe the bug
This has been encountered only with the latest gh release 2.32.0:
When we run gh pr checks or gh pr checks $PR_NUMBER or gh pr checks $BRANCH_NAME we always receive the following message:
GraphQL: Field 'event' doesn't exist on type 'WorkflowRun' (query PullRequestStatusChecks.node.... on PullRequest.statusCheckRollup.nodes.commit.statusCheckRollup.contexts.nodes.... on CheckRun.checkSuite.workflowRun.event)
Note: This has been replicated both locally on Linux+MacOS and on github action runners (where we first debugged this failure) for us.
Steps to reproduce the behavior
- Type
gh pr checks $PR_NUMBERwhere$PR_NUMBERis the number of the pull request in question - View the output
- See the above error
Expected vs actual behavior
Expect: the usual pr checks to show with any failed/passed/pending PR checks
Actually: receive the above gql failure message
Logs
dgeorge @ stationx ~/my_repo (kd/testing-issues)
└─ $ ➤ gh pr checks 844
GraphQL: Field 'event' doesn't exist on type 'WorkflowRun' (query PullRequestStatusChecks.node.... on PullRequest.statusCheckRollup.nodes.commit.statusCheckRollup.contexts.nodes.... on CheckRun.checkSuite.workflowRun.event)
dgeorge @ stationx ~/my_repo (kd/testing-issues)
└─ $ ➤
NOTE: When manually downloading/running 2.31.0 everything works just fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority-2Affects more than a few users but doesn't prevent core functionsAffects more than a few users but doesn't prevent core functions