Mergifyio / mergify

Mergify Community Issue Tracker
https://mergify.com
Apache License 2.0
319 stars 92 forks source link

Mergify not Auto Mergiing PR's into master #2281

Closed joesan closed 3 years ago

joesan commented 3 years ago

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

jd commented 3 years ago

It's rather clear if you go there: https://github.com/joesan/plant-simulator/pull/105/checks?check_run_id=2176533053 Screenshot 2021-03-24 at 08 46 33

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.

joesan commented 3 years ago

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!

jd commented 3 years ago

Travis is not reporting anything to GitHub: Screenshot 2021-03-24 at 13 53 13

There might be some misconfiguration of your Travis and GitHub integration.

joesan commented 3 years ago

image

Very strange. I have given access to Travis to send Notifications upon successful build. Don't understand why it fails!

joesan commented 3 years ago

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.