Missing PR comment
Let’s quickly validate that the app is able to send events to the Lifecycle app successfully.
-
Navigate to your Github app
-
Click
App Settingslink in the Github application page -
Choose
Advancedfrom the left sidebar -
Recent Deliveriessection should show a successful delivery of theinstallationevent to the Lifecycle app.⚠️If you see an error or no deliveries, make sure the app is installed in the atleast one repository and that the webhook URL is set correctly by navigating to the
Generalsection from the left sidebar and checking theWebhook URLfield. -
If the delivery is successful, you should see a status code of
200 OK
Failing deliveries
If you see a delivery failure, it could be due to various reasons. Here are some common issues and how to resolve them:
Github App secrets
- Make sure that the Github App secrets are correctly set in the
lifecycle-appnamespace. You can verify this by running the following command:
-
The output should include all the
GITHUB_*variables with the correct values. -
If the secrets are present but the delivery is still failing, try restarting the following deployments.
- Try triggering a new event (create a pull request) by making a change in the repository or by manually redelivering a failed delivery.