Name | Type | Description | Notes ———— | ————- | ————- | ————- type | String | | message | String | The commit message that will be used on the resulting commit. | [optional] closeSourceBranch | Boolean | Whether the source branch should be deleted. If this is not provided, we fallback to the value used when the pull request was created, which defaults to False | [optional] mergeStrategy | MergeStrategyEnum | The merge strategy that will be used to merge the pull request. | [optional]
Name | Value —- | —– MERGE_COMMIT | "merge_commit" SQUASH | "squash" FAST_FORWARD | "fast_forward"