1
0
mirror of synced 2025-12-26 14:02:45 -05:00
Files
docs/data/reusables/webhooks/pull_request_thread_properties.md
2023-02-15 15:16:18 +00:00

6 lines
447 B
Markdown

Key | Type | Description
----|------|------------
`action` | `string` | The action that was performed. Can be one of:<ul><li>`resolved` - A comment thread on a pull request was marked as resolved.</li><li>`unresolved` - A previously resolved comment thread on a pull request was marked as unresolved.</li></ul>
`pull_request` | `object` | The [pull request](/rest/pulls) the thread pertains to.
`thread` | `object` | The thread that was affected.