1
0
mirror of synced 2025-12-29 18:00:57 -05:00
Files
docs/data/reusables/webhooks/pull_request_properties.md
2023-02-15 15:16:18 +00:00

7 lines
524 B
Markdown

`number`|`integer` | The pull request number.
`changes`|`object`| The changes to the comment if the action was `edited`.
`changes[title][from]`|`string` | The previous version of the title if the action was `edited`.
`changes[body][from]`|`string` | The previous version of the body if the action was `edited`.
`pull_request`|`object` | The [pull request](/rest/pulls) itself.{% ifversion fpt or ghec %}
`reason`|`string` | The reason the pull request was removed from a merge queue if the action was `dequeued`.{% endif %}