mirror of
https://github.com/actions/stale.git
synced 2025-12-10 20:21:20 +00:00
feat: remove the exempt-all-assignees option
BREAKING CHANGE: The option exempt-all-assignees was removed
This commit is contained in:
@@ -41,9 +41,8 @@ export interface IIssuesProcessorOptions {
|
||||
exemptAssignees: string;
|
||||
exemptIssueAssignees: string;
|
||||
exemptPrAssignees: string;
|
||||
exemptAllAssignees: boolean;
|
||||
exemptAllIssueAssignees: boolean | undefined;
|
||||
exemptAllPrAssignees: boolean | undefined;
|
||||
exemptAllIssueAssignees: boolean;
|
||||
exemptAllPrAssignees: boolean;
|
||||
enableStatistics: boolean;
|
||||
labelsToRemoveWhenUnstale: string;
|
||||
labelsToAddWhenUnstale: string;
|
||||
|
||||
Reference in New Issue
Block a user