coreos / issue-sync

A tool for synchronizing issue tracking between GitHub and JIRA
Apache License 2.0
124 stars 34 forks source link

Create a dry run mode #9

Closed MorganEPatch closed 7 years ago

MorganEPatch commented 7 years ago

Depends on #8.

Creates a dry run mode which prints out the actions to be taken but does not create or update anything.

MorganEPatch commented 7 years ago

This functionality is now replicated in #15. We may be able to simply close this PR. Let me check...

EDIT: No, I think it may just be easier to merge this anyway. There's a handful of changes here that do need to propagate upward.

MorganEPatch commented 7 years ago

I realize that is coming in #15, but that work should really just have been written in this PR.

Okay. I just felt that that would be too much all in one PR, especially since it depended on the config struct as well, which is also its own big changes.