Tyler McGoffin
Tyler McGoffin
Thanks for the additional details. The linked issue, #8637 is a great reference and it looks like it has some community traction to get done. I suspect that satisfies most...
## Acceptance Criteria - [ ] An `--active` flag is added to the `gh auth status` command which outputs the currently active account only, as identified by the `active account:...
Hey @ambrt, thanks for calling this out! Currently, `gh` doesn't support sub-issues, and we're chatting internally about how we want to handle this. We'll try to provide an update when...
Hey @premun, thanks for the request! We are currently chatting internally about how we want to approach this. We'll try to provide an update when we have one 🙂
Hey @rcroft-work, thanks for the suggestion! To reiterate my response from #9583, `mergeable` has to do with merge conflicts, while `mergeStateStatus` has to do with Actions. Both seem relevant to...
Awesome, glad to hear we're moving in the right direction. > Looking possible values for mergeStateStatus (in [pkg/cmd/pr/merge/http.go#L21](https://github.com/cli/cli/blob/78c1d00eccac1b2ae82ac0bfeea3e2292c98056a/pkg/cmd/pr/merge/http.go#L21)), I think the condition I am looking for is: mergeable == MERGEABLE...
Hey @rugk, thanks for reaching out. Have you looked into the [`gh search` command](https://cli.github.com/manual/gh_search) at all? It's limited to `code`, `commits`, `prs`, `issues`, and `repos` for searching, but it does...
> [@baltpeter](https://github.com/baltpeter) (from [tweaselORG/ghtivity#4](https://github.com/tweaselORG/ghtivity/issues/4)) may elaborate more on the use case, i thought I already tried to present it. Ah, I see it looking back, my bad: "I want to...
Hey @messerm, thanks for reaching out. So this is an interesting situation, as I don't think we ever explicitly built support for GitHub Enterprise customers into `gh copilot` (which I...
Yeah, it looks like you're not even making it to any of the copilot evaluation logic. Makes sense, given what I see in the code. Like I said before, we...