Skip to content

Commit 72324ac

Browse files
committed
fix test
1 parent b6f87b2 commit 72324ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/auto-assign/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function isWillingToSubmitPR(body) {
2525
return body
2626
.toLowerCase()
2727
.includes(
28-
"- [x] I am willing to submit a pull request to implement this change."
28+
"- [x] i am willing to submit a pull request to implement this change."
2929
);
3030
}
3131

0 commit comments

Comments
 (0)