How to automatically run the code format bot with dotnet format command, and create a new merge request when any code be modified.
As we know, we can add the .gitlab-ci.yml file to run the command in GitLab Runner. Any tools can help us to do it?