1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Add dismissed to Reviewed event state (#27446)

This commit is contained in:
Taylor Hakes
2023-08-15 00:14:12 -07:00
committed by GitHub
parent 0177dee813
commit 0db4bf714d

View File

@@ -780,7 +780,7 @@ Name | Type | Description
`body` | `string` | The review summary text.
`commit_id` | `string` | The SHA of the latest commit in the pull request at the time of the review.
`submitted_at` | `string` | The timestamp indicating when the review was submitted.
`state` | `string` | The state of the submitted review. Can be one of: `commented`, `changes_requested`, or `approved`.
`state` | `string` | The state of the submitted review. Can be one of: `commented`, `changes_requested`, `approved` or `dismissed`.
`html_url` | `string` | The HTML URL of the review.
`pull_request_url` | `string` | The REST API URL to retrieve the pull request.
`author_association` | `string` | The permissions the user has in the issue's repository. For example, the value would be `"OWNER"` if the owner of repository created a comment.