-
Notifications
You must be signed in to change notification settings - Fork 63.8k
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamgood first issueGood for newcomersGood for newcomershelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issuewebhooksContent related to webhooksContent related to webhooks
Description
What article on docs.github.com is affected?
https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#check_run
What part(s) of the article would you like to see updated?
Either the payload example or the table containing descriptions for properties.
There is a discrepancy between the payload example and the property table.
Additional information
I noticed a discrepancy between the example payload and the properties table, according to the table the deployment
object should not be contained withing any other objects and should be at the top level object of the payload. The payload example shows that the deployment
object is contained within the check_run
object.
Changes were made in this commit: 7f87af1
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamgood first issueGood for newcomersGood for newcomershelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issuewebhooksContent related to webhooksContent related to webhooks