Skip to content

Commit

Permalink
Forgot to generate dist/index.js
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 cfcb1ce commit 276f60e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36019,7 +36019,9 @@ 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.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 276f60e

Please sign in to comment.