mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
17 lines
1016 B
Markdown
17 lines
1016 B
Markdown
# EditPullRequestOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**allowMaintainerEdit** | **Boolean** | Whether to allow maintainer edits | [optional]
|
|
**assignee** | **String** | The new primary assignee username | [optional]
|
|
**assignees** | **List<String>** | The new list of assignee usernames | [optional]
|
|
**base** | **String** | The new base branch for the pull request | [optional]
|
|
**body** | **String** | The new description body for the pull request | [optional]
|
|
**dueDate** | [**Date**](Date.md) | | [optional]
|
|
**labels** | **List<Long>** | The new list of label IDs for the pull request | [optional]
|
|
**milestone** | **Long** | The new milestone ID for the pull request | [optional]
|
|
**state** | **String** | The new state for the pull request | [optional]
|
|
**title** | **String** | The new title for the pull request | [optional]
|
|
**unsetDueDate** | **Boolean** | Whether to remove the current deadline | [optional]
|