Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c71ddc

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parentca1daeb commit9c71ddc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

‎content/v3/activity/events/types.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Key | Type | Description
247247
----|------|-------------
248248
`action`|`string` | The action that was performed on the comment. Can be one of "created", "edited", or "deleted".
249249
`changes`|`object` | The changes to the comment if the action was "edited".
250-
`changes[from][body]` |`string` | The previous version of the body if the action was "edited".
250+
`changes[body][from]` |`string` | The previous version of the body if the action was "edited".
251251
`issue`|`object` | The[issue](/v3/issues/) the comment belongs to.
252252
`comment`|`object` | The[comment](/v3/issues/comments/) itself.
253253

@@ -270,8 +270,8 @@ Key | Type | Description
270270
`action`|`string` | The action that was performed. Can be one of "assigned", "unassigned", "labeled", "unlabeled", "opened", "edited", "closed", or "reopened".
271271
`issue`|`object` | The[issue](/v3/issues) itself.
272272
`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".
275275
`assignee`|`object` | The optional user who was assigned or unassigned from the issue.
276276
`label`|`object` | The optional label that was added or removed from the issue.
277277

@@ -371,6 +371,9 @@ Key | Type | Description
371371
----|------|-------------
372372
`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.
373373
`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".
374377
`pull_request`|`object` | The[pull request](/v3/pulls) itself.
375378

376379
###Webhook event name
@@ -391,7 +394,7 @@ Key | Type | Description
391394
----|------|-------------
392395
`action`|`string` | The action that was performed on the comment. Can be one of`created`,`edited`, or`deleted`.
393396
`changes`|`object`| The changes to the comment if the action was "edited".
394-
`changes[from][body]`|`string` | The previous version of the body if the action was "edited".
397+
`changes[body][from]`|`string` | The previous version of the body if the action was "edited".
395398
`pull_request`|`object` | The[pull request](/v3/pulls/) the comment belongs to.
396399
`comment`|`object` | The[comment](/v3/pulls/comments) itself.
397400

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp