CloseConfig.

IssueComments Property

Summary

Gets or sets a value indicating whether adding issue comments is enabled or not.

Syntax

[Description("Whether to add comments to issues closed and with the published milestone release.")]
[YamlMember(Alias = "use-issue-comments")]
public bool IssueComments { get; set; }

Attributes

Type Description
Description
YamlMember

Value

Type Description
bool
GitHub