Closed joesan closed 3 years ago
It's rather clear if you go there: https://github.com/joesan/plant-simulator/pull/105/checks?check_run_id=2176533053
You configured a CI as being Travis but I don't see any CI being reported to your pull request. Are you using Travis or did you just copy/paste that line from the example? If you're not using a CI, you can remove this condition.
I'm using Travis and here is the Travis build for this particular PR: https://travis-ci.org/github/joesan/plant-simulator/builds/764106441
It was indeed working before and I got it auto merged, but now for some reasons that I don't know it does not auto merge!
Travis is not reporting anything to GitHub:
There might be some misconfiguration of your Travis and GitHub integration.
Very strange. I have given access to Travis to send Notifications upon successful build. Don't understand why it fails!
I have moved from Tavis to GitHub Actions and the auto merge works flawlessly. Seems Travis was not reporting the status back correctly upon successful builds.
Expected Behavior
Mergify should merge PR's automatically into master branch and close the PR.
Actual Behavior
Having configured Write access to Mergify, I do not see why Mergify would not merge changes / PR's automatically into my master branch. It was indeed working before, doing auto merge into master and closing PR's, but all of a sudden this ceased to work.
Specifications