Hey team,
We have recently completed a proof of concept to implement custom merge checks using a forge app within our workspace. The custom merge checks and forge app have been awesome and super easy to set up, however there doesn't seem to be a way to manage these programatically?
Use case:
- We have implemented and installed the forge app with a number of custom merge checks across workspace. We would now like to define which checks are required / recommended per repository configured and deployed through code.
Currently it seems the only way to enable these checks is to have a repo admin come in and manually click through the GUI. It would be awesome if there was a REST API we could call to configure this similar to the existing branch restrictions:
https://developer.atlassian.com/cloud/bitbucket/rest/api-group-branch-restrictions/
Please let me know if this exists somewhere else and I've just missed it, or any other advice on how to achieve this without the need for manual click ops.
Thanks in advance!