RepositoryDetails.AllowMergeCommit Property

Definition

Whether to allow merge commits for pull requests.

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

Property Value

Attributes

Applies to