Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jan 7, 2025
1 parent b1da194 commit 4c94f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check_pr_title.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = async ({ github, context, core }) => {
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
labels: [label],
labels: labels,
});
core.setOutput("title", "semantic");
};

0 comments on commit 4c94f74

Please sign in to comment.