Expand description
Constructors§
Source§new OrganizationConfig(
keywordConfig?: OrganizationConfig | undefined,
): OrganizationConfig
new OrganizationConfig(
keywordConfig?: OrganizationConfig | undefined,
): OrganizationConfig
Creates an instance of OrganizationConfig.
Properties§
Indicates whether the pull request author should be added as an assignee.
readonly first Review Submit Date Project Field Name?: stringThe name of the field for the first review submit date.
readonly last Approved Review Submit Date Project Field Name?: stringThe name of the field for the last approved review submit date.
readonly last Review Submit Date Project Field Name?: stringThe name of the field for the last review submit date.
readonly open Pull Request Date Project Field Name?: stringThe name of the field for the open pull request date.
readonly project Template Number?: numberThe number of the project template.
readonly project Title Prefix: string"monitor-"The prefix for project titles.
readonly review Iteration Number Project Field Name?: stringThe name of the field for the review iteration number.
private static readonly config File Name: string"logus.yml"The name of the configuration file.
Methods§
Source§load(context: LogusOrgConfigContext): Promise<OrganizationConfig>
load(context: LogusOrgConfigContext): Promise<OrganizationConfig>
Loads the organization configuration from the repository.
Represents the configuration for the Logus organization.