Skip to content

Commit f47664a

Browse files
committed
fix(ci): label_related_issue unresolved var from history mixup
1 parent f1ccaf7 commit f47664a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/label_related_issue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ module.exports = async ({github, context, core}) => {
5858
issue_number: relatedIssueNumber,
5959
owner: context.repo.owner,
6060
repo: context.repo.repo,
61-
labels: [releaseLabel]
61+
labels: [relatedIssueNumber]
6262
})
6363
}

0 commit comments

Comments
 (0)