The article discusses the author's experience of migrating repositories from GitHub to Codeberg, highlighting the ease of importing issues, pull requests, and releases, but noting the challenges of setting up Continuous Integration (CI) due to the lack of free macOS runners. The author recommends using Forgejo Actions, which has a similar UI and YAML syntax to GitHub Actions. The article also touches on the issue of what to do with the old repository on GitHub, suggesting archiving it or maintaining a read-only mirror. The author's goal is to provide a starting point for others who want to make the switch.