1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Content and data updates for lowercase kebab image file names (#37698)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Grace Park
2023-06-19 10:54:17 -07:00
committed by GitHub
parent dcda279a07
commit 88158ff419
28 changed files with 18 additions and 18 deletions

View File

@@ -39,7 +39,7 @@ Note that even with a background job running, GitHub still expects your server t
Every webhook has its own "Recent Deliveries" section, which lists whether a deployment was successful or not.
![Screenshot of the "Recent Deliveries" tab on the "Manage webhook" page.](/assets/images/help/webhooks/webhooks_recent_deliveries.png)
![Screenshot of the "Recent Deliveries" tab on the "Manage webhook" page.](/assets/images/help/webhooks/webhooks-recent-deliveries.png)
You should make use of proper HTTP status codes in order to inform users. You can use codes like `201` or `202` to acknowledge receipt of payload that won't be processed (for example, a payload delivered by a branch that's not the default). Reserve the `500` error code for catastrophic failures.
@@ -47,7 +47,7 @@ You should make use of proper HTTP status codes in order to inform users. You ca
Users can dig into the server responses you send back to GitHub. Ensure that your messages are clear and informative.
![Screenshot of the "Response" tab of a webhook delivery, including the "Headers" and "Body" sections.](/assets/images/help/webhooks/payload_response_tab.png)
![Screenshot of the "Response" tab of a webhook delivery, including the "Headers" and "Body" sections.](/assets/images/help/webhooks/payload-response-tab.png)
## Follow any redirects that the API sends you