Ariel Deitcher

Results 11 issues of Ariel Deitcher

Fixes https://github.com/cli/cli/issues/2271 I updated https://github.com/shurcooL/githubv4 to make use of the `ConvertPullRequestToDraftInput` type. I originally split this into separate functions, which resulted in a lot of variable passing and largely duplicated...

external

closes https://github.com/cli/cli/issues/872 The field [mergeStateStatus](https://docs.github.com/en/graphql/reference/enums#mergestatestatus) does not indicate if a merge is blocked due to a merge conflict. As an example, here is the response on a PR that has...

external

In discussion with @vilmibm they were open to a proposal to make this Action faster with [parallel runners](https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#about-matrix-strategies). More details in the linked Pull Request.

### Describe the bug gh version 2.49.2 When creating an issue with an assignee login which is prefixed with an `@`, the create operation fails and is unrecoverable, without parsing...

bug
p3
gh-issue

The standard library's [httptest](https://pkg.go.dev/net/http/httptest) package makes stubbing APIs easy, if the client calls the test server's URL: ```go package main import ( "fmt" "net/http" "net/http/httptest" ) func main() { tls...

Ran into a small papercut with `GH_HOST` env var When adding a port to the host, for example `github.localhost:xxx`, the CLI does not correctly identify it as a local instance...

enhancement
help wanted

The review UI has a list of submission states in a dropdown Which looks like the radio buttons on the web When clicking one, I learned that this would submit...

Currently, `Checkout Pull Request by Number` only supports a number input value. It would be nice if I could provide the full URL, for example https://github.com/OWNER/REPO/pull/123 and have that work...

When I am done reviewing a PR, I would like to reset the Pull Request view to no longer show the PR, undoing the action from `Checkout Pull Request by...

In https://github.com/microsoft/vscode-pull-request-github/blob/main/.github/ISSUE_TEMPLATE/bug_report.md, GitHub is incorrectly spelled at Github 😄