Skip to content

Commit 744bfe0

Browse files
committed
MINOR: Fix typo in dev_pr.js
1 parent 370031e commit 744bfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev_pr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ module.exports = {
121121
check_title_format: function({core, github, context}) {
122122
const title = context.payload.pull_request.title;
123123
if (title.startsWith("MINOR: ")) {
124-
context.log("PR is a minor PR");
124+
console.log("PR is a minor PR");
125125
return {"issue": null};
126126
}
127127

0 commit comments

Comments
 (0)