CloseConfig Class

Summary

Class for holding configuration values used during milestone closing. This class cannot be inherited.
Namespace
GitReleaseManager.Core.Configuration
Base Types
  • object
graph BT Type-->Base0["object"] Type["CloseConfig"] class Type type-node

Syntax

public sealed class CloseConfig

Properties

Name Value Summary
IssueCommentFormat string
Gets or sets the issue comment format to use when commenting on issues.
IssueComments bool
Gets or sets a value indicating whether adding issue comments is enabled or not.
GitHub