We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355cb37 commit 6b8ddc9Copy full SHA for 6b8ddc9
1 file changed
src/approver/main.ts
@@ -48,11 +48,11 @@ async function run(): Promise<void> {
48
}
49
50
if (job.contribution?.result !== 'approved') {
51
- core.debug(`Job ${jobID} is not approved, will not approve the PR`)
+ core.info(`Job ${jobID} is not approved, will not approve the PR`)
52
return
53
54
55
- core.debug(`Job ${jobID} is approved, approving the PR now!`)
+ core.info(`Job ${jobID} is approved, approving the PR now!`)
56
57
const octokit = new Octokit()
58
0 commit comments