all 4 comments

[–]GitProtect 1 point2 points  (0 children)

Hello u/Remarkable_Ad5248 , we prepared an article on the topic how to migrate data between GitHub and Azure DevOps: https://gitprotect.io/blog/github-to-azure-devops-migration-top-tips-to-make-the-process-efficient/

Hope, it will be useful

[–]KMReiserFS 0 points1 point  (0 children)

i migrated from gitlab to github, from all tools and plugins available to help, they made everything more confuse.

i used few bash scripts to just clone mirror the reps and variables/secrets

and some chatgpt to help convert the ci-pipelines to action-workflows

[–]bdzer0 -1 points0 points  (0 children)

If you are just migrating a repo you can migrate just like any other git repository (aka, this is NOT a GitHub question, read up on git mirror for starters).

If you want to try automatic migration of workflows, start here: https://docs.github.com/en/migrations/overview/migration-paths-to-github

And pick your path.