Brent Westbrook

Results 101 comments of Brent Westbrook

Yes, that's exactly right! ![Peek 2024-06-07 13-48](https://github.com/cli/cli/assets/36778786/11921538-5459-4f62-8bf3-ae453d3bd455)

I just tried `gh pr list -A 'dependabot[bot]' | cat` in the Emacs shell running bash instead of my normal `st` running zsh to rule out a specific shell/terminal issue...

I'm not quite sure what I'm looking for, but the GraphQL query in the `cat version` is ``` GraphQL query: fragment pr on PullRequest{number,title,state,url,headRefName,headRepositoryOwner{id,login,...on User{name}},isCrossRepository,isDraft,createdAt} query PullRequestSearch( $q: String!, $limit:...

Is there anything I should redact from the output before uploading? The token looks like it's already blocked out, and the only other thing I see that is possibly sensitive...

Awesome, thanks! These are all public repos and the PRs are all from Dependabot (which is why I'm hoping to automate this a bit). Here's the full `| cat` version:...

Ahhh, that makes sense. I did rename this repo a while back. `git remote -v` reports `ntBre/rust-pbqff` (the old version) like you expected!

Will do, thanks for the help! And yes, sorry for the noise. I thought this would be more relevant at first!

There hasn't been an update to Ruff's multi-file analysis abilities. ty is able to analyze multiple files, and we hope to reuse that infrastructure in Ruff someday, but the single-file...

I think we might be running into something similar in our conda-forge builds for ruff, if it helps: https://github.com/conda-forge/ruff-feedstock/runs/45139246899. Only the Windows build is failing.

That makes sense to me, they do sound like the same root issue. Thanks for following up!