Fix missing parenthesis (#197)
This commit is contained in:
parent
af40726159
commit
9b82e8c1ef
|
@ -250,7 +250,7 @@ export class IssueProcessor {
|
||||||
await this.closeIssue(issue, closeMessage, closeLabel);
|
await this.closeIssue(issue, closeMessage, closeLabel);
|
||||||
} else {
|
} else {
|
||||||
core.info(
|
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})`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue