Hi,
We've set up a merge check that enforces X number of successful builds associated with the last commit on the PR.
When we merge a pull request to a feature branch, the successful builds counter on the PR from that same feature branch gets reset to zero, which means that in order to merge the PR we need to rerun the pipeline manually.
I assume the problem has to do with assigning a new commit id to the merged PR commit, making it impossible to find it later on and checking how many successful builds it had.
Did anyone encounter this issue and has any insights? All suggestions and comments are welcomed.