We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f87b2 commit 72324acCopy full SHA for 72324ac
src/plugins/auto-assign/index.js
@@ -25,7 +25,7 @@ function isWillingToSubmitPR(body) {
25
return body
26
.toLowerCase()
27
.includes(
28
- "- [x] I am willing to submit a pull request to implement this change."
+ "- [x] i am willing to submit a pull request to implement this change."
29
);
30
}
31
0 commit comments