Hi,
With the Custom merge checks, would it be possible to prevent merging PRs if specific files are in the commit?
The use case for us are compliance rules that require a special process to change some security and configuration related files.
Thanks in advance
Hi @jv,
yes - you could build a check that inspects the affected files of a PR (through interacting with the Bitbucket REST APIs), and decide to block a PR if those files are present.
Hope this helps?
Thanks @Jeroen De Raedt , it definitely helps.
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.