6 lines
387 B
Markdown
6 lines
387 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/reference/pulls) itself.
|