Skip to content

Commit

Permalink
One of these worked
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey committed Dec 6, 2024
1 parent 48c5d00 commit cfcb1ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ async function run(_local, _lib, _branch) {

if (!_local && labels.length > 0) {
const prNumber = github.context.payload.pull_request.number;
core.debug(`::debug::Adding labels: [${labels}] to PR [${prNumber}]`);
core.debug(`::debug:: Adding labels: [${labels}] to PR [${prNumber}]`);
core.info(`Adding labels: [${labels}] to PR [${prNumber}]`);
core.notice(`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 cfcb1ce

Please sign in to comment.