openhatch / oh-bugimporters

Bug importers for the OpenHatch project oh-mainline
https://oh-bugimporters.readthedocs.org/
GNU Affero General Public License v3.0
12 stars 28 forks source link

Migrate bugimporters issues over to oh-bugimporters #59

Open ghost opened 10 years ago

ghost commented 10 years ago

Since we've moved over to GitHub issues, we should probably migrate our oh-bugimporters issues to that repo. I've gone through and labelled all the relevant issues with the bugimporters label.

Unfortunately, GitHub doesn't appear to have a "move this issue on the wrong repo to the correct one" feature, so we'll probably need to use some importy magic again.


sunu commented at 2014-08-24T08:08:52Z:
I have assigned this to me. I'll try to write a quick script to do this.
sunu commented at 2014-08-26T18:22:43Z:
I wrote https://github.com/sunu/oh-bugimporter-issue-mover/ to do this. Take a look at https://github.com/bot-sunu/test-repo/issues to see what the output looks like. @ehashman if this looks ok I can run it for the oh-bugimporter repo.
ehashman commented at 2014-08-27T16:50:49Z:
Looks good to me!

This line is not my favorite though.


sunu commented at 2014-09-03T16:26:50Z:
err .. I should have used environment variable or something. I will run it now.