Closed elijaholmos closed 3 weeks ago
I did a bit of research on my own and discovered the following:
totalCount
is 17 and zero errors
totalCount
is 17 and one errors
(all personal access tokens used in tests were deleted before posting this comment)
The count of PRs is the same with and without SSO access enabled on my GitHub Personal Access token. However, GitHub returns a null node to represent the inaccessible (but still existent) PR:
Not sure which direction the maintainers want to take with this bug. However, if only the totalCount
is being considered when fetching all of a user's pull requests, perhaps any errors
returned with the API response can be ignored so long as the totalCount
field is present?
I'm OK with either:
extensions
contains saml_failure
) errors for that specific API call only. SAML errors for other API calls are likely genuine and should continue to error.
- Ignoring any SSO (i.e.
extensions
containssaml_failure
) errors for that specific API call only. SAML errors for other API calls are likely genuine and should continue to error.
Yes, let's do this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
I was trying to update the cask of https://github.com/alacritty/alacritty, since the developers recently published a new GitHub release. As a first-time Homebrew contributor, I discovered the
brew bump-cask-pr
command and thought it would work perfectly as a simple solution for me to make the required cask changes. During this process, I was prompted to generate a GitHub personal access token for the Homebrew CLI, which I did.What happened (include all command output)?
After generating a GitHub Personal Access Token and storing it in the
HOMEBREW_GITHUB_API_TOKEN
env variable, the commandbrew bump-cask-pr alacritty
yielded the following error:What did you expect to happen?
I expected the version of cask
alacritty
to be updated to 0.14.0, a commit to be created on my local machine in my fork, that commit pushed to origin, and a pull request from my fork into upstream to be automatically opened.Step-by-step reproduction instructions (by running
brew
commands)