Skip to content

Merge request references are not updated #121

@mdbenito

Description

@mdbenito

GitLab refs to MRs in the form of !number should be converted to GitHub refs with a #

  • MRs in GitLab follow their own sequence.
  • PRs in GitHub are simply issues.
  • The problem is that issues are imported before MRs are.

One possible solution could be to compute the highest GitHub issue number which will result after importing all issues, and add that to the number in !number, before converting to #number during the issue import. This could be tricky for non-fresh imports (i.e. updates)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions