Edit

Share via


GitPullRequestCompletionOptions.SquashMerge Property

Definition

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

Applies to