Skip to content

Commit df42686

Browse files
committed
Build action
1 parent 6b8ddc9 commit df42686

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/approver/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ function run() {
6868
return;
6969
}
7070
if (((_c = job.contribution) === null || _c === void 0 ? void 0 : _c.result) !== 'approved') {
71-
core.debug(`Job ${jobID} is not approved, will not approve the PR`);
71+
core.info(`Job ${jobID} is not approved, will not approve the PR`);
7272
return;
7373
}
74-
core.debug(`Job ${jobID} is approved, approving the PR now!`);
74+
core.info(`Job ${jobID} is approved, approving the PR now!`);
7575
const octokit = new Octokit();
7676
yield octokit.request('POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews', {
7777
owner: github.context.payload.organization.login,

dist/approver/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)