mirror of
https://github.com/actions/stale.git
synced 2025-12-30 20:08:19 +00:00
Add new 'include-only-assigned' option
If set, only issues containing assignees will be processed
This commit is contained in:
@@ -52,4 +52,5 @@ export interface IIssuesProcessorOptions {
|
||||
ignorePrUpdates: boolean | undefined;
|
||||
exemptDraftPr: boolean;
|
||||
closeIssueReason: string;
|
||||
includeOnlyAssigned: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user