Skip to content

Commit 6b8ddc9

Browse files
committed
Print status
1 parent 355cb37 commit 6b8ddc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/approver/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ async function run(): Promise<void> {
4848
}
4949

5050
if (job.contribution?.result !== 'approved') {
51-
core.debug(`Job ${jobID} is not approved, will not approve the PR`)
51+
core.info(`Job ${jobID} is not approved, will not approve the PR`)
5252
return
5353
}
5454

55-
core.debug(`Job ${jobID} is approved, approving the PR now!`)
55+
core.info(`Job ${jobID} is approved, approving the PR now!`)
5656

5757
const octokit = new Octokit()
5858

0 commit comments

Comments
 (0)