Jim
Jim

Reputation: 4415

Merge request approval invalidates after new push

In gitlab is there a setting that affects if an approval for an MR is invalidated after a new commit is pushed? I have seen that in some setups a new commit invalidates the approval but in others not so wondering what is the difference

Upvotes: 5

Views: 2593

Answers (1)

sytech
sytech

Reputation: 41061

Merge request approval settings including "Remove all approvals when commits are added to the source branch" are configurable per project. These settings also require a Premium subscription.

So, you may experience differences based on how the project is configured or the subscription level of the customer/instance.

Upvotes: 7

Related Questions