Sam Coe

Results 77 comments of Sam Coe

@nsmag That is a good call out. https://github.com/cli/cli/pull/6320/ is going to get merged shortly, so if you don't mind waiting a bit after it is merged we can use `ConfirmDeletion`...

@realsarm Thanks for writing in. What command are you running that you receive that error message? When first authenticating `gh` did you use `gh auth login`?

@realsarm Thanks for the info. This does look like a bug where `gh` is being used as the git credential helper but doesn't support all of the necessary functionality. Can...

@nsmag That seems like a reasonable approach to me. The biggest concern is where we will add the `id` to the output. Generally we consider changing the output format a...

@nsmag I would be open to also adding in a header. I don't view the header itself as a breaking change as we would not output it in non-tty mode,...

@nsmag That sounds good to me :+1:

This is something we would like to support in the future. I am going to mark as core for now as there is some of UX to think through with...

cc @cli/codespaces to investigate this

@JakeShirley I like the idea of adding `headRef`/`headSha` to the list of JSON fields for `pr list` this will compliment `headRefName` field that already exists. Going to open this up...