Set Default Milestone
If would be really handy if I could say "this is the milestone I'm working on for now" and not need to specify which milestone to use every time I type 'ghi list'.
Not a bad idea...wonder what the implementation would look like.
- Create a
.ruby-version-like file, basically, that refers to the current milestone? - Add a
ghi list-like command that lists issues but segregates them into milestone sections, by date?
Either solution would be good actually. Option 1 is nicer if you have a whole bunch of milestones maybe.
Could we do something like ghi config --milestone some-milestone? How would this work when moving between different repos?
That would work for me. It could set a dotfile in the project to keep up with that info or something.
@sgoodwin that might be quite a nice way of doing it actually. Shouldn't be too complicated and would cause no issues when switching between repos