You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -737,7 +737,7 @@ function cla(signed, committerMap) {
737
737
text += ' You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please [add the email address used for this commit to your account](https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user/#commits-are-not-linked-to-any-user).<br/>';
738
738
}
739
739
if (input.suggestRecheck() == 'true') {
740
-
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request.</sub>';
740
+
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request.</sub>';
741
741
}
742
742
text += '<sub>Posted by the **CLA Assistant Lite bot**.</sub>';
0 commit comments