mirror of
https://github.com/actions/stale.git
synced 2025-12-11 04:32:53 +00:00
Update src/classes/issues-processor.ts
Co-authored-by: Francesco Renzi <rentziass@github.com>
This commit is contained in:
@@ -223,7 +223,7 @@ export class IssuesProcessor {
|
||||
|
||||
if (this._isIncludeOnlyAssigned(issue)) {
|
||||
issueLogger.info(
|
||||
`Skipping this $$type because it's assignees list is empty`
|
||||
`Skipping this $$type because its assignees list is empty`
|
||||
);
|
||||
IssuesProcessor._endIssueProcessing(issue);
|
||||
return; // If the issue has an 'include-only-assigned' option set, process only issues with nonempty assignees list
|
||||
|
||||
Reference in New Issue
Block a user