Skip to content

Commit

Permalink
Change debug to info so it shows up on logs without enabling debug lo…
Browse files Browse the repository at this point in the history
…gging

Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Dec 6, 2024
1 parent 55dca72 commit 1f06b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function run(_local, _lib, _branch) {

if (!_local && labels.length > 0) {
const prNumber = github.context.payload.pull_request.number;
core.debug(`Adding labels: [${labels}] to PR [${prNumber}]`);
core.info(`Adding labels: [${labels}] to PR [${prNumber}]`);
gh.rest.issues.addLabels(
Object.assign({issue_number: prNumber, labels: labels },
github.context.repo));
Expand Down

0 comments on commit 1f06b0d

Please sign in to comment.