From @jhassine on Fri Oct 07 2016 09:23:45 GMT-0400 (EDT)
If you have a branch, e.g. master
, which is the target of the PRs, then any change on master
should trigger a new build for every open PRs.
Use case:
- you have 5 open Pull Requests
- you merge a Pull Request
- the remaining 4 open Pull Requests should be re-tested, for a refreshed Pull Request status (allow/don’t allow merge)
But in general, if e.g. master
changes (even if by a code push directly on master
) every open Pull Request should be re-tested / re-built (the ones which target master
)
Copied from original issue: https://github.com/bitrise-io/bitrise.io/issues/74