Files
tea4j-autodeploy/docs/CreatePullRequestOption.md
2026-01-07 00:17:34 +00:00

18 lines
1.3 KiB
Markdown

# 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**](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]