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.
EDIT 1 : START
I was just wondering that since webhooks are sent from GitHub side to the webhook url that we configure in the app setting, is there a way for GitHub to notify users if the webhook url is not reachable.
EDIT 1 : END