mirror of
https://github.com/actions/stale.git
synced 2025-12-12 21:17:15 +00:00
Update index.js with typo fix
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -477,7 +477,7 @@ class IssuesProcessor {
|
|||||||
return; // Don't process locked issues
|
return; // Don't process locked issues
|
||||||
}
|
}
|
||||||
if (this._isIncludeOnlyAssigned(issue)) {
|
if (this._isIncludeOnlyAssigned(issue)) {
|
||||||
issueLogger.info(`Skipping this $$type because it's assignees list is empty`);
|
issueLogger.info(`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