Update src/classes/issues-processor.ts

Co-authored-by: Francesco Renzi <rentziass@github.com>
This commit is contained in:
JoannaaKL 2022-09-12 13:11:53 +02:00 committed by GitHub
parent 13f3458051
commit 867763412b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ export class IssuesProcessor {
if (this._isIncludeOnlyAssigned(issue)) {
issueLogger.info(
`Skipping this $$type because it's assignees list is empty`
`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