mirror of
https://github.com/actions/stale.git
synced 2026-03-01 00:58:18 +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