mirror of
https://github.com/actions/stale.git
synced 2025-12-27 02:38:17 +00:00
feat: remove the exempt-assignees option
BREAKING CHANGE: The option exempt-assignees was removed
This commit is contained in:
@@ -38,7 +38,6 @@ export interface IIssuesProcessorOptions {
|
||||
exemptAllMilestones: boolean;
|
||||
exemptAllIssueMilestones: boolean | undefined;
|
||||
exemptAllPrMilestones: boolean | undefined;
|
||||
exemptAssignees: string;
|
||||
exemptIssueAssignees: string;
|
||||
exemptPrAssignees: string;
|
||||
exemptAllIssueAssignees: boolean;
|
||||
|
||||
Reference in New Issue
Block a user