Improve GitHub import resume mechanism
At the moment we skip MRs if:
next unless merge_request.new_record? && pull_request.valid?
-
We should also check if the merge_request is still
valid?. -
By fetching all PR refs at once as branches we can also skip fetching and recreating the branch.
-
We should check for new comments/edits too.
Edited by James Lopez