Skip to content

Commit b57858d

Browse files
committed
dist: build new artifacts
Signed-off-by: Nico Korthout <[email protected]>
1 parent 29231d3 commit b57858d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ async function run() {
10941094
source_labels_pattern: pattern === "" ? undefined : new RegExp(pattern),
10951095
pull: { description, title, branch_name },
10961096
copy_labels_pattern: copy_labels_pattern === "" ? undefined : new RegExp(copy_labels_pattern),
1097-
add_labels: add_labels === "" ? [] : add_labels.split(/[ ]/),
1097+
add_labels: add_labels === "" ? [] : add_labels.split(/[,]/),
10981098
target_branches: target_branches === "" ? undefined : target_branches,
10991099
commits: { cherry_picking, merge_commits },
11001100
copy_assignees: copy_assignees === "true",

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)