From 8d5a27d5ec7497df2e65d3626e982132265a662e Mon Sep 17 00:00:00 2001 From: JoannaaKL Date: Mon, 12 Sep 2022 11:17:34 +0000 Subject: [PATCH] Update index.js with typo fix --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }