Describe the bug
Error when executing gh pr status
GraphQL error: Field 'branchProtectionRule' doesn't exist on type 'Ref'
Using github enterprise v2.22.13
> gh --version
gh version 1.12.0 (2021-06-29)
https://github.com/cli/cli/releases/tag/v1.12.0
Steps to reproduce the behavior
- Type this
gh pr status
- View the output
GraphQL error: Field 'branchProtectionRule' doesn't exist on type 'Ref'
- See error
Expected vs actual behavior
Status of the PR
Logs
None