Comment
Hi! When migrating https://codeberg.org/guile-gnutls/guile-gnutls/ from gitlab we wanted to rename the master branch to main. We pushed master as main and then removed the master branch, after the migration, but that resulted in all open merge requests being closed (presumably as invalid). It seems like this may be a common action to perform when migrating old projects, so maybe the migration code could offer this and behave better in this case? You could optionally ask it to rename master to main, and all merge requests that were for master would then be automatically updated to be for main instead. What do you think?