mirror of
https://github.com/actions/stale.git
synced 2025-12-30 20:08:19 +00:00
feat: remove the any-of-labels option
BREAKING CHANGE: The option any-of-labels was removed
This commit is contained in:
@@ -21,7 +21,6 @@ export interface IIssuesProcessorOptions {
|
||||
onlyLabels: string;
|
||||
onlyIssueLabels: string;
|
||||
onlyPrLabels: string;
|
||||
anyOfLabels: string;
|
||||
anyOfIssueLabels: string;
|
||||
anyOfPrLabels: string;
|
||||
operationsPerRun: number;
|
||||
|
||||
Reference in New Issue
Block a user