mirror of
https://github.com/actions/stale.git
synced 2025-12-11 12:37:27 +00:00
feat: remove the only-labels option
BREAKING CHANGE: The option only-labels was removed
This commit is contained in:
@@ -18,7 +18,6 @@ export interface IIssuesProcessorOptions {
|
||||
stalePrLabel: string;
|
||||
closePrLabel: string;
|
||||
exemptPrLabels: string;
|
||||
onlyLabels: string;
|
||||
onlyIssueLabels: string;
|
||||
onlyPrLabels: string;
|
||||
anyOfIssueLabels: string;
|
||||
|
||||
Reference in New Issue
Block a user