joshjohanning / ado_workitems_to_github_issues

Migrate Azure DevOps work items to GitHub Issues
MIT License
19 stars 11 forks source link

Tweaks to ado_workitems_to_github_issues.ps1 #4

Closed BruceHaley closed 2 years ago

BruceHaley commented 2 years ago

Changes

joshjohanning commented 2 years ago

Nice! Thank you for the pull request @BruceHaley. A lot of great enhancements here!

I will get back to you soon after my review 😄

I might suggest some of these be put behind flags (ie: to ignore done items, adding a comment in ADO (which is awesome by the way)), but my initial look through 👍

BruceHaley commented 2 years ago

Glad you like it. Feel free to make any modifications you see fit.

joshjohanning commented 2 years ago

I made some small tweaks, like adding bools for ado_migrate_closed_workitems and ado_production_run (for adding tag+comment on ado work item after migration).

Thank you for your contributions! 🎉 🚀

joshjohanning commented 2 years ago

In this PR, I changed it from gh_add_ado_comments to gh_migrate_ado_comments

But then when updating the readme, I didn't like it as much since it's not really migrating comments, it's just adding it as a section in GitHub. In a subsequent commit, I reverted that particular change :).