John Murphy

Results 35 comments of John Murphy

I could do the following: - Add a new option to the Options screen that says something like: `Migrate associated milestones when cloning an issue`. By default, this option will...

@HolgerSin Nice catch! I'd call it a bug, I didn't test that scenario

@all-contributors please add @HolgerSin for bugs

@alanjds Thanks for the feedback, but you'll have to explain further why PRs should be cloned. In my mind, a PR is intrinsically tied to the repo from which it...

I understand. I'll have to do some looking but I don't think this is necessarily complex. Kamino doesn't currently clone comments on even issues right now, so that will be...

Hi @pavog. That is coming directly from the Github api. Can you provide more detail about what operation you are trying to perform? For example, are you trying to actually...

Good find! I can probably do that but ideally if you're trying to clone to a repo that has issue creation disabled, it would be smarter of Kamino to enable...

Looks like you can `PATCH` the repository and enable issues by setting `has_issues` to `true`: https://developer.github.com/v3/repos/#edit If using Kamino, then I will make the assumption that issues need to be...

Interesting idea! I'll think it over and see what I can do to best include this feature. As you described above, it might be a multi phased feature