Describe the bug
When doing gh pr status along with GitHub Enterprise, I get an error.
It was working with gh version 1.5.0.
This is the version where the error occurs:
% gh --version
gh version 1.6.0 (2021-02-17)
https://github.com/cli/cli/releases/tag/v1.6.0
Steps to reproduce the behavior
- Type this:
gh pr status
- View the output: there's only an error
- See error:
% gh pr status
GraphQL error: Field 'branchProtectionRule' doesn't exist on type 'Ref'
Field 'branchProtectionRule' doesn't exist on type 'Ref'
Expected vs actual behavior
I expect the status of relevant PRs to show up