everypolitician / webhook-manager

Notifies other apps whenever EveryPolitician data changes, in style of GitHub's webhooks
https://everypolitician-app-manager.herokuapp.com/
1 stars 2 forks source link

Disable auto-merging viewer-sinatra pull requests #43

Closed chrismytton closed 9 years ago

chrismytton commented 9 years ago

Stop automatically merging viewer-sinatra pull requests after updating the 'DATASOURCE' to point at everypolitician-data's master branch.

We still update the viewer-sinatra pull request to point at master once that matching everypolitician-data pull request is merged, but merging it at the same time means that the travis build fails because the pull request ref has been deleted when it runs.

I think we can possibly re-enable this by polling the GitHub status API or something, but this at least stops the failed builds for now.