nus-cs2103 / hubatch

Useful batch CLI scripts for GitHub
GNU General Public License v3.0
1 stars 3 forks source link

issues/copy: specify target repo based on mapping #3

Closed Skaty closed 6 years ago

Skaty commented 6 years ago

Current Behaviour

When the copy function is executed, the issues are copied to a single target repository. There is currently no support for multiple repositories.

New Behaviour

The copy function will be able to:

New Command Structure

damithc commented 6 years ago

@Skaty we still need the old behavior for final testing. This one is an additional functionality to be used for mock testing in week 11.

Skaty commented 6 years ago

@damithc As stated above, the torepo format "may" be expressed as a Python 3 format string. As such, the format string is entirely optional and if omitted, would result in the old behaviour.