mirror of
https://gitea.com/actions/stale.git
synced 2024-11-23 09:54:37 +08:00
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);
|
||||
} 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})`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user