GitPullRequestCompletionOptions.SquashMerge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, the commits in the pull request will be squash-merged into the specified target branch on completion.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="squashMerge")]
public bool SquashMerge { get; set; }
member this.SquashMerge : bool with get, set
Public Property SquashMerge As Boolean
Property Value
- Attributes