mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
2.9 KiB
2.9 KiB
PullRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| additions | Long | The number of lines added in the pull request | [optional] |
| allowMaintainerEdit | Boolean | Whether maintainers can edit the pull request | [optional] |
| assignee | User | [optional] | |
| assignees | List<User> | The list of users assigned to the pull request | [optional] |
| base | PRBranchInfo | [optional] | |
| body | String | The description body of the pull request | [optional] |
| changedFiles | Long | The number of files changed in the pull request | [optional] |
| closedAt | Date | [optional] | |
| comments | Long | The number of comments on the pull request | [optional] |
| createdAt | Date | [optional] | |
| deletions | Long | The number of lines deleted in the pull request | [optional] |
| diffUrl | String | The URL to download the diff patch | [optional] |
| draft | Boolean | Whether the pull request is a draft | [optional] |
| dueDate | Date | [optional] | |
| head | PRBranchInfo | [optional] | |
| htmlUrl | String | The HTML URL to view the pull request | [optional] |
| id | Long | The unique identifier of the pull request | [optional] |
| isLocked | Boolean | Whether the pull request conversation is locked | [optional] |
| labels | List<Label> | The labels attached to the pull request | [optional] |
| mergeBase | String | The merge base commit SHA | [optional] |
| mergeCommitSha | String | The SHA of the merge commit | [optional] |
| mergeable | Boolean | Whether the pull request can be merged | [optional] |
| merged | Boolean | Whether the pull request has been merged | [optional] |
| mergedAt | Date | [optional] | |
| mergedBy | User | [optional] | |
| milestone | Milestone | [optional] | |
| number | Long | The pull request number | [optional] |
| patchUrl | String | The URL to download the patch file | [optional] |
| pinOrder | Long | The pin order for the pull request | [optional] |
| requestedReviewers | List<User> | The users requested to review the pull request | [optional] |
| requestedReviewersTeams | List<Team> | The teams requested to review the pull request | [optional] |
| reviewComments | Long | number of review comments made on the diff of a PR review (not including comments on commits or issues in a PR) | [optional] |
| state | String | [optional] | |
| title | String | The title of the pull request | [optional] |
| updatedAt | Date | [optional] | |
| url | String | The API URL of the pull request | [optional] |
| user | User | [optional] |