Skip to content

Commit 6564b47

Browse files
authored
MINOR: Fix typo in dev_pr.js (#626)
## What's Changed Fix a typo in the dev_pr script affecting MINOR PRs.
1 parent 370031e commit 6564b47

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)