Update index.js with typo fix

This commit is contained in:
JoannaaKL 2022-09-12 11:17:34 +00:00
parent 867763412b
commit 8d5a27d5ec

2
dist/index.js vendored
View File

@ -477,7 +477,7 @@ class IssuesProcessor {
return; // Don't process locked issues
}
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);
return; // If the issue has an 'include-only-assigned' option set, process only issues with nonempty assignees list
}