mirror of
https://github.com/actions/stale.git
synced 2025-12-29 19:38:18 +00:00
Remove labels on stale (#959)
This commit is contained in:
@@ -45,6 +45,7 @@ export interface IIssuesProcessorOptions {
|
||||
exemptAllIssueAssignees: boolean | undefined;
|
||||
exemptAllPrAssignees: boolean | undefined;
|
||||
enableStatistics: boolean;
|
||||
labelsToRemoveWhenStale: string;
|
||||
labelsToRemoveWhenUnstale: string;
|
||||
labelsToAddWhenUnstale: string;
|
||||
ignoreUpdates: boolean;
|
||||
|
||||
Reference in New Issue
Block a user