mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
815 B
815 B
MergePullRequestOption
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| deleteBranchAfterMerge | Boolean | [optional] | |
| _do | DoEnum | ||
| forceMerge | Boolean | [optional] | |
| headCommitId | String | [optional] | |
| mergeCommitId | String | [optional] | |
| mergeMessageField | String | [optional] | |
| mergeTitleField | String | [optional] | |
| mergeWhenChecksSucceed | Boolean | [optional] |
Enum: DoEnum
| Name | Value |
|---|---|
| MERGE | "merge" |
| REBASE | "rebase" |
| REBASE_MERGE | "rebase-merge" |
| SQUASH | "squash" |
| FAST_FORWARD_ONLY | "fast-forward-only" |
| MANUALLY_MERGED | "manually-merged" |