mirror of
https://github.com/actions/stale.git
synced 2025-12-10 12:07:09 +00:00
Issue 596/include only assigned (#817)
* Add new 'include-only-assigned' option If set, only issues containing assignees will be processed * Test new flag * Update code comment * Update src/classes/issues-processor.ts Co-authored-by: Francesco Renzi <rentziass@github.com> * Update index.js with typo fix Co-authored-by: Francesco Renzi <rentziass@github.com>
This commit is contained in:
@@ -51,5 +51,6 @@ export const DefaultProcessorOptions: IIssuesProcessorOptions = Object.freeze({
|
||||
ignoreIssueUpdates: undefined,
|
||||
ignorePrUpdates: undefined,
|
||||
exemptDraftPr: false,
|
||||
closeIssueReason: ''
|
||||
closeIssueReason: '',
|
||||
includeOnlyAssigned: false
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user