Hello,
We need to remove the option for default reviewers from the pull requests. Currently the settings are:
1+ approval from default reviewers
This option is unchecked in Repository settings --> Workflow --> Branch restrictions -> 'Merge settings':
Is this possible?
Regards,
Hello @Ivo ,
thank you for reaching out to Community!
That particular merge check seems to be coming from a Custom Merge check configured in your repository.
Could you please navigate to Repository Settings > Custom Merge Checks under "Workflow", and check for any existing custom merge check currently in place for that repository ?
You will likely find the corresponding custom merge check for the rule you're trying to disable, so you'd just need to turn off that merge check from that page.
I hope that helps! Let me know in case you have any questions.
Thank you, @Ivo !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Ivo ,
thanks for the confirmation.
In this case, as there are no custom merge checks, there must be some restriction in place in your repository/project that matches that pull request's destination branch.
I noticed that in your original question, you added the screenshot of one of the branch restrictions where the merge check is indeed disabled. However, could you confirm if that is the sole branch restriction in that repository?
You can have more than one branch restriction setup that applies to different branches/branch patterns, and there should be some of them that are matching with the destination branch of the pull request you used as an example.
I would suggest verifying what is the destination branch of the pull request and then confirming which of the branch restrictions in Repository Settings > Branch restrictions matches with that branch, so you can turn those merge checks off for that particular branch/branch pattern.
Thank you, @Ivo !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome @Ivo ! :)
Great to hear that after editing the branch restriction, everything is working.
If you ever need help in the future, feel free to reach out.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.