Skip to content

How to address the issue of a particular GitHub Integration being not reachable #24547

Discussion options

You must be logged in to vote

👋 hi, @akmalick. Thanks for the question.

@akmalick wrote:

What happens in general if a GitHub integration is down.
Suppose we have a GitHub App app that validates the pull request. What if that app is down, does GitHub display some message about it.

The pull request seems to go through when the app is not up.
This is quite dangerous. I mean, is there any fallback mechanism that GitHub provides for GitHub integrations.

GitHub only communicates with your App via Webhooks, sending HTTP requests to a URL of your choice. As the owner of the App you can access a list of recent Webhook deliveries and see the payload we sent. If your Webhook URL does not respond with a 200, then the delive…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment