mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 23:21:54 +00:00
1.3 KiB
1.3 KiB
CreatePullRequestOption
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| allowMaintainerEdit | Boolean | Whether maintainers can edit the pull request | [optional] |
| assignee | String | The primary assignee username | [optional] |
| assignees | List<String> | The list of assignee usernames | [optional] |
| base | String | The base branch for the pull request | [optional] |
| body | String | The description body of the pull request | [optional] |
| dueDate | Date | [optional] | |
| head | String | The head branch for the pull request, it could be a branch name on the base repository or a form like `<username>:<branch>` which refers to the user's fork repository's branch. | [optional] |
| labels | List<Long> | The list of label IDs to assign to the pull request | [optional] |
| milestone | Long | The milestone ID to assign to the pull request | [optional] |
| reviewers | List<String> | The list of reviewer usernames | [optional] |
| teamReviewers | List<String> | The list of team reviewer names | [optional] |
| title | String | The title of the pull request | [optional] |