Changesets without merge requests in Batch Changes

Sometimes you want to automate large-scale code changes without triggering a merge request, like updating internal tooling, modifying generated code, or experimenting with refactors. Until now, Batch Changes always assumed you wanted to open a merge request.

This update introduces a new type of changeset that doesn’t require a merge request. It simply [...]

Read more