1
0
mirror of synced 2026-01-07 00:01:39 -05:00
Files
docs/data/reusables/webhooks/milestone_properties.md
Sarah Edwards abb2c01e43 Update events that trigger workflows docs (#23954)
Co-authored-by: Jacob Wallraff <thyeggman@github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
2022-01-13 15:12:16 -08:00

9 lines
634 B
Markdown

Key | Type | Description
----|------|-------------
`action` |`string` | The action that was performed. Can be one of `created`, `closed`, `opened` (a closed milestone is re-opened), `edited`, or `deleted`.
`milestone` |`object` | The milestone itself.
`changes`|`object`| The changes to the milestone if the action was `edited`.
`changes[description][from]`|`string` | The previous version of the description if the action was `edited`.
`changes[due_on][from]`|`string` | The previous version of the due date if the action was `edited`.
`changes[title][from]`|`string` | The previous version of the title if the action was `edited`.