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?
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 usegh milestone list
with somejq
magic) to extract the ID and then re-rungh 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?