Jamie Sanson
Jamie Sanson
I was thinking something along these lines, but it would conflict with swipe to switch instance 🤔 It could be a mutually exclusive thing, where you can do one or...
Agreed! If you're interested in learning Kotlin and Android development, I've been point people in the direction of the new-ish [Kotlin for Android](https://developer.android.com/kotlin/campaign/learn) courses. They're really good at building up...
Much appreciated! I've been looking to stabilize the main branch and get a new release in the store, but time has been sparing - I'm hoping to have a new...
Is there a workaround for this issue?
Sure! Here's the output using `GH_DEBUG=api` ``` ➜ test-repo git:(main) ✗ gh pr edit 210 --add-label Release [git remote -v] [git config --get-regexp ^remote\..*\.gh-resolved$] * Request at 2024-06-04 10:49:36.506297 +0100...
Note, I've also been able to reproduce the same issue with other `gh pr` commands - notably, `gh pr view`
I've given the fine-grained PAT write access to _every scope available_, and it still results in the same issue: 
Note: We've seen this working using a Classic Token with the Project read scope, so feels like an issue with fine-grained PATs and project access. The scopes we used were:...
Another note: We've also had this working with `github.token` in CI. These permissions yield a token which works: ```yaml permissions: # write: gh pr edit pull-requests: write # gh pr...
> In the meantime I wonder whether we could be smarter about what we try to fetch. Like, is it really necessary for us to fetch `projectCards` in all cases?...