Files
tea4j-autodeploy/docs/EditPullRequestOption.md
T
2025-09-07 00:21:05 +00:00

1016 B

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 [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]