diff --git a/dist/index.js b/dist/index.js index 6eb9b465..c4b2c134 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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 }