-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
3
-
We have automation that is responsible for merging pull requests. However, we want to make sure the PR is "ready to be merged" before attempting a merge. One of the conditions is having a successful build.
Currently there’s no way to know when a build has finished (and hence no way to know if a PR is ready to merge) without polling the Bitbucket API. We try to avoid automatic polling and have a manual button to query the build status once, but that adds friction to our workflow.
It would be nice to have a Webhook event specifically for when a build finishes so we don't have to poll Bitbucket.