Skip to content

Commit 7092968

Browse files
authored
chore(ci): fix add label (#17191)
1 parent 3477abb commit 7092968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/check_pr_title.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = async ({ github, context, core }) => {
4141
owner: context.repo.owner,
4242
repo: context.repo.repo,
4343
issue_number: context.issue.number,
44-
labels: [label],
44+
labels: labels,
4545
});
4646
core.setOutput("title", "semantic");
4747
};

0 commit comments

Comments
 (0)