I am using the GitHub CLI tool to get some pull-request information from my local repository. Mainly using the following commands from - https://cli.github.com/
gh pr list
gh pr view
But sometimes I get - graphql error: 'API rate limit exceeded'
. Is there anyone who knows about the CLI rate limit? I could not find anything from their CLI documentation.