You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
`action`|`string` | The action that was performed. Can be one of "assigned", "unassigned", "labeled", "unlabeled", "opened", "edited", "closed", or "reopened".
271
271
`issue`|`object` | The[issue](/v3/issues) itself.
272
272
`changes`|`object`| The changes to the issue if the action was "edited".
273
-
`changes[from][title]`|`string` | The previous version of the title if the action was "edited".
274
-
`changes[from][body]`|`string` | The previous version of the body if the action was "edited".
273
+
`changes[title][from]`|`string` | The previous version of the title if the action was "edited".
274
+
`changes[body][from]`|`string` | The previous version of the body if the action was "edited".
275
275
`assignee`|`object` | The optional user who was assigned or unassigned from the issue.
276
276
`label`|`object` | The optional label that was added or removed from the issue.
277
277
@@ -371,6 +371,9 @@ Key | Type | Description
371
371
----|------|-------------
372
372
`action`|`string` | The action that was performed. Can be one of "assigned", "unassigned", "labeled", "unlabeled", "opened", "edited", "closed", or "reopened", or "synchronize". If the action is "closed" and the`merged` key is`false`, the pull request was closed with unmerged commits. If the action is "closed" and the`merged` key is`true`, the pull request was merged.
373
373
`number`|`integer` | The pull request number.
374
+
`changes`|`object`| The changes to the comment if the action was "edited".
375
+
`changes[title][from]`|`string` | The previous version of the title if the action was "edited".
376
+
`changes[body][from]`|`string` | The previous version of the body if the action was "edited".