Prevent GitHub pull request merging before AppVeyor check is finished

108 views Asked by At

There is a project on GitHub with AppVeyor check enabled for pull requests. When I create a pull request and wait for the check to complete, the PR is marked as green:

enter image description here

In the same time there is a possibility to merge a PR when the check is in progress. In this case the PR is displayed as failed, but the changes (potentially undesirable) are merged:

enter image description here

Is it possible to make the check required and prevent unvalidated pull requests from being completed?

1

There are 1 answers

0
Ilya Finkelsheyn On BEST ANSWER

I think protected branches is what you need, if I understood you correctly.