Skip to content

Commit c7156b0

Browse files
committed
fix(ci): accept core arg in label related issue workflow
1 parent 57f7ce2 commit c7156b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/scripts/label_related_issue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = async ({github, context}) => {
1+
module.exports = async ({github, context, core}) => {
22
const prBody = context.payload.body;
33
const prNumber = context.payload.number;
44
const releaseLabel = process.env.RELEASE_LABEL;

0 commit comments

Comments
 (0)