ghi icon indicating copy to clipboard operation
ghi copied to clipboard

Set Default Milestone

Open sgoodwin opened this issue 12 years ago • 5 comments

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'.

sgoodwin avatar Jul 08 '13 15:07 sgoodwin

Not a bad idea...wonder what the implementation would look like.

  1. Create a .ruby-version-like file, basically, that refers to the current milestone?
  2. Add a ghi list-like command that lists issues but segregates them into milestone sections, by date?

stephencelis avatar Mar 02 '14 22:03 stephencelis

Either solution would be good actually. Option 1 is nicer if you have a whole bunch of milestones maybe.

sgoodwin avatar Mar 03 '14 07:03 sgoodwin

Could we do something like ghi config --milestone some-milestone? How would this work when moving between different repos?

AlexChesters avatar Oct 18 '15 09:10 AlexChesters

That would work for me. It could set a dotfile in the project to keep up with that info or something.

sgoodwin avatar Oct 19 '15 07:10 sgoodwin

@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

AlexChesters avatar Oct 19 '15 08:10 AlexChesters