-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority-1Affects a large population and inhibits workAffects a large population and inhibits work
Description
Describe the bug
While trying to merge pull request using the squash method and the HTML URL, I get the following error:
GraphQL: Field 'isInMergeQueue' doesn't exist on type 'PullRequest' (query PullRequestByNumber.repository.pullRequest.isInMergeQueue), Field 'isMergeQueueEnabled' doesn't exist on type 'PullRequest' (query PullRequestByNumber.repository.pullRequest.isMergeQueueEnabled)
gh version 2.12.0 (2022-06-08)
https://github.com/cli/cli/releases/tag/v2.12.0
Steps to reproduce the behavior
- Type this
gh pr merge https://github.com/test/test/pull/3 -s
Expected vs actual behavior
Expected the PR to be merged via squash.
Logs
GraphQL: Field 'isInMergeQueue' doesn't exist on type 'PullRequest' (query PullRequestByNumber.repository.pullRequest.isInMergeQueue), Field 'isMergeQueueEnabled' doesn't exist on type 'PullRequest' (query PullRequestByNumber.repository.pullRequest.isMergeQueueEnabled)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority-1Affects a large population and inhibits workAffects a large population and inhibits work