Fix missing parenthesis (#197)

This commit is contained in:
Antoine du Hamel 2020-11-19 20:36:46 -05:00 committed by GitHub
parent af40726159
commit 9b82e8c1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,7 +250,7 @@ export class IssueProcessor {
await this.closeIssue(issue, closeMessage, closeLabel);
} else {
core.info(
`Stale ${issueType} is not old enough to close yet (hasComments? ${issueHasComments}, hasUpdate? ${issueHasUpdate}`
`Stale ${issueType} is not old enough to close yet (hasComments? ${issueHasComments}, hasUpdate? ${issueHasUpdate})`
);
}
}