With this change hoff will listen for push events. When a push event to a branch comes in it will reset the integration status of the pull requests that target the pushed branch to restart integration. The added workflow is like this:
A push webhook event is received
It is checked whether this is a push to a branch and it is not a push caused by merging one of the known pull requests
The integration status of all pull requests that target the pushed branch are set to Outdated
A comment is added to the pull request on GitHub to tell that the integration became outdated
fixes #183
With this change hoff will listen for push events. When a push event to a branch comes in it will reset the integration status of the pull requests that target the pushed branch to restart integration. The added workflow is like this:
Outdated