Skip to content

add support for interactively attaching milestones

Kerri Miller requested to merge github/fork/maxice8/extra-space into trunk

Created by: maxice8

Description

This adds:

  • Minor support in pkg/api/milestone.go (that can be expanded with more stuff as required)
  • Helper function like cmdutils.LabelsPrompt but for Milestones instead
  • Make mr create and issue create use the the helper function above to interactively attach milestones

Related Issue

Partial fix to #439 (closed)

How Has This Been Tested?

Still undergoing testing

Screenshots (if appropriate): milestone-1 milestone-2 milestone-3

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports