Update index.js with typo fix
This commit is contained in:
parent
867763412b
commit
8d5a27d5ec
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user