Skip to content

Commit d918387

Browse files
committed
fix(ci): accept core arg in label related issue workflow
1 parent fef70b0 commit d918387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)