Mergify Enterprise
ArchitectureRequirementsInstallationManual Installation (Legacy)Advanced FeaturesTroubleshootingMaintenanceRelease Notes‣
If you’re having issues with your Mergify installation, here’s a few items that can help you finding out the root cause.
Accessing Logs
All logs are printed to the standard output and can be read with:
$ docker logs mergify-engine
Checklist
Here’s a checklist that can help you finding an issue with your setup
- Are webhooks setup correctly?
- When a pull request is created, does
Mergify/Summary
check-run appears? - Make sure the Mergify application is installed on this repository.
- Look at the Docker image logs.
Check that webhooks are sent and receive a 202
HTTP code.
If they receive a 504
or 404
error code, make sure the event URL in the application settings is correct and ends up with /event
.
You can check that GitHub events are correctly posted on the Mergify engine by looking at:
https://github.com/organizations/<my-organization>/settings/apps/<application-name>/advanced
If you don’t see it:
Table Of Contents