File tree Expand file tree Collapse file tree
content/developers/webhooks-and-events Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,6 +181,19 @@ This event returns an empty `payload` object.
181181{% data reusables.webhooks.pull_request_event_api_properties %}
182182{% data reusables.webhooks.pull_request_properties %}
183183
184+ ### PullRequestReviewEvent
185+
186+ {% data reusables.webhooks.pull_request_review_short_desc %}
187+ {% data reusables.webhooks.events_api_payload %}
188+
189+ #### Event ` payload ` object
190+
191+ Key | Type | Description
192+ ----|------|-------------
193+ ` action ` | ` string ` | The action that was performed. Can be ` created ` .
194+ ` pull_request ` | ` object ` | The pull request the review pertains to.
195+ ` review ` | ` object ` | The review that was affected.
196+
184197### PullRequestReviewCommentEvent
185198
186199{% data reusables.webhooks.pull_request_review_comment_short_desc %}
@@ -198,6 +211,8 @@ This event returns an empty `payload` object.
198211
199212{% data reusables.webhooks.events_api_payload %}
200213
214+ #### Event ` payload ` object
215+
201216Key | Type | Description
202217----|------|-------------
203218` push_id ` | ` integer ` | Unique identifier for the push.
You can’t perform that action at this time.
0 commit comments