Summary
Gets or sets a value indicating whether adding issue comments is enabled or not.
- Namespace
- GitReleaseManager
.Core .Configuration - Containing Type
- CloseConfig
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 |