gh-milestone
gh-milestone copied to clipboard
GitHub CLI extension for managing Milestones
**Description** Can't edit milestone text ``` ? Description [(e) to launch nvim --wait, enter to skip] nvim: Unknown option argument: "--wait" ``` **Current behavior** [This line](https://github.com/valeriobelli/gh-milestone/blob/b77190986f46b9d7250dd36219fc5690d82542ab/internal/pkg/application/create/survey.go#L68) calls the user's editor...
**Describe the solution you'd like** It would be nice if the json output could include the count of open (and closed) issues for the milestone. That way, I could use...
**Description** with this command: gh milestone --list --repo xxx --query "name" --state closed --json title,number,id --jq ".[].id" it prints also the repo address, and the id overwrite the first chars...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
**Is your feature request related to a problem? Please describe.** There is no clean, idiomatic way to grab all the milestones from a repo. First is always applied, and it...
### Token storage change in [latest release](https://github.com/cli/cli/releases/latest) of [gh](https://github.com/cli/cli) This is a message from the GitHub CLI team, maintainers of `gh`, writing to inform you that the most recent release...
I'm trying to list issues per milestone, I've had progress with https://github.com/cli/cli/discussions/6178 gh-milestone extension isn't used there, but it could as well have been used to get the list of...