add possibility to configure if rules are and/or independently from labels
This commit is contained in:
@@ -23,7 +23,8 @@ export interface Category {
|
||||
labels?: string[] // labels to associate PRs to this category
|
||||
exclude_labels?: string[] // if an exclude label is detected, the PR will be excluded from this category
|
||||
rules?: Rule[] // rules to associate PRs to this category
|
||||
exhaustive?: boolean // requires all labels AND/OR rules to be present in the PR
|
||||
exhaustive?: boolean // requires all labels to be present in the PR
|
||||
exclusive_rules?: boolean // requires all rules to be present in the PR (if not set, defaults to exhaustive value)
|
||||
empty_content?: string // if the category has no matching PRs, this content will be used. If not set, the category will be skipped in the changelog.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user