Kynan Ware

Results 79 comments of Kynan Ware

## Acceptance Criteria - **Given** I have a workflow run in progress **When** I run `gh run cancel --force ` **Then** the workflow run is force-cancelled using the GitHub API’s...

👋 @System233 - a polite bump, wondering if you have had a chance to review @williammartin's comment above?

👋 Hey everyone, I labelled this as an enhancement request because I don't think we ever intended to include version information in the Windows binary - I could be wrong...

@caspChristian - thank you for the discussion. I think our team has different definitions of what a bug is, and I gather that is the cause of the frustration here....

@lidel thank you for the full output. That's helpful! Could you also give the output of `gh auth status` please? I'm trying to reproduce this.

BTW @babakks here is a test for this: ```Go { name: "non-zero totalCount but null nodes", httpStubs: func(reg *httpmock.Registry) { reg.Register( httpmock.GraphQL(`query IssueProjectItems\b`), httpmock.GraphQLQuery(`{"data":{"repository":{"issue":{"projectItems":{"nodes": [null], "totalCount": 2}}}}}`, func(query string, inputs...

Hey @kumarmunish, apologies for the delays on this! @babakks and I discussed this, and we're hesitant on a few aspects of this request: - There are many Git related edge...

This worked for me (MacOS): ``` GH_EDITOR="code -w" GH_FORCE_TTY=true gh pr create --editor | pbcopy ``` FYI ``` ❯ gh config list git_protocol=https editor= prompt=enabled prefer_editor_prompt=disabled pager= http_unix_socket= browser= color_labels=disabled...

Hey @Neodbaryd, sorry for the ping on an old issue! We're working through our backlog. Looking through this with @babakks, we see that there's currently no plans for removal or...

Marking this as triaged since @babakks and I think this is a good feature to investigate more deeply.