mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
17 lines
1.2 KiB
Markdown
17 lines
1.2 KiB
Markdown
# CreatePullRequestOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**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**](Date.md) | | [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]
|