valeriobelli / gh-milestone

GitHub CLI extension for managing Milestones
MIT License
54 stars 2 forks source link

Allow editing milestones by title #26

Closed zx8 closed 11 months ago

zx8 commented 1 year ago

Milestone titles are unique, so no two milestones can share the same title.

I noticed that when running gh milestone edit it required the milestone identifier to edit a particular milestone, so I had to go to the GitHub UI to (or use gh milestone list with some jq magic) to extract the ID and then re-run gh milestone edit, which was really cumbersome.

Would it be possible to allow editing by milestone title, and let gh-milestone take care of resolving the ID for that particular title under the hood?

zx8 commented 11 months ago

Closing as this plugin seems abandoned.