stephencelis/ghi

Support associating an issue with a milestone based on the milestone name

開放

#311 建立於 2016年5月30日

 (1 則留言) (2 個反應) (0 位負責人)Ruby (134 個分叉)github user discovery
featurehelp wanted

倉庫指標

星標
 (2,122 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Currently, associating an issue with a milestone happens based on the milestone's number:

$ ghi open --help
    -M, --milestone <n>              associate with milestone

This is inconvenient as it usually requires the user to find the milestone number first, and while possible, it is not obvious how to do this via the GitHub interface. It is of course also possible to look up the number via ghi milestone, but this too may not be obvious to many users.

Better would be to support associating an issue with a milestone based on the milestone's name, which the user usually already has in mind, and is in any case easy to remember. #62 already proposed this same improvement, but was closed as the OP never suggested but never actually submitted a pull request. I'm opening a new issue here to see whether the ghi team would be willing to implement this support on their own.

貢獻者指南