mirror of
https://github.com/actions/stale.git
synced 2025-12-13 13:42:17 +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)) {
|
if (this._isIncludeOnlyAssigned(issue)) {
|
||||||
issueLogger.info(
|
issueLogger.info(
|
||||||
`Skipping this $$type because it's assignees list is empty`
|
`Skipping this $$type because its assignees list is empty`
|
||||||
);
|
);
|
||||||
IssuesProcessor._endIssueProcessing(issue);
|
IssuesProcessor._endIssueProcessing(issue);
|
||||||
return; // If the issue has an 'include-only-assigned' option set, process only issues with nonempty assignees list
|
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