RepositoryDetails.AllowSquashMerge Property

Definition

Whether to allow squash merges for pull requests.

[System.Text.Json.Serialization.JsonPropertyName("allow_squash_merge")]
public bool? AllowSquashMerge { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("allow_squash_merge")>]
member this.AllowSquashMerge : Nullable<bool> with get, set
Public Property AllowSquashMerge As Nullable(Of Boolean)

Property Value

Attributes

Applies to