mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
1.1 KiB
1.1 KiB
PullReview
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| body | String | [optional] | |
| commentsCount | Long | [optional] | |
| commitId | String | [optional] | |
| dismissed | Boolean | [optional] | |
| htmlUrl | String | HTMLURL is the web URL for viewing the review | [optional] |
| id | Long | [optional] | |
| official | Boolean | [optional] | |
| pullRequestUrl | String | HTMLPullURL is the web URL for the pull request | [optional] |
| stale | Boolean | [optional] | |
| state | StateEnum | [optional] | |
| submittedAt | Date | [optional] | |
| team | Team | [optional] | |
| updatedAt | Date | [optional] | |
| user | User | [optional] |
Enum: StateEnum
| Name | Value |
|---|---|
| APPROVED | "APPROVED" |
| PENDING | "PENDING" |
| COMMENT | "COMMENT" |
| REQUEST_CHANGES | "REQUEST_CHANGES" |
| REQUEST_REVIEW | "REQUEST_REVIEW" |