GovReady / Issue-Packs

Generate packs of compliance related issues for GitHub issues
MIT License
1 stars 3 forks source link

Dealing with conflicts #5

Closed cmbirk closed 8 years ago

cmbirk commented 8 years ago

In the case that a milestone with the given title already exists, our options ( as I see them at the moment ) are:

I'm going to work at this in the order above. I do think it's necessary to get to the third option, and here's a use case for it:

  1. A team installs an issue pack
  2. Work begins on some or all of the issues ( including issue comments )
  3. The issue pack is updated
cmbirk commented 8 years ago

Right now if the milestone exists, it requests all milestones, iterates until it finds one with the given title, and uses that milestone number. This is probably good enough for this stage.

gregelin commented 8 years ago

Yes, finding an existing milestone and using it the right solution. This will allow additional issues to be added to an existing milestone, and eventually enabling user to choose which milestone to add issues.