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
+4-41Lines changed: 4 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -700,8 +700,9 @@ function dco(signed, committerMap) {
700
700
text += ' You need a GitHub account to be able to sign the DCO. 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/>';
701
701
}
702
702
if (input.suggestRecheck() == 'true') {
703
-
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request. Posted by the ****DCO Assistant Lite bot****.</sub>';
703
+
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request. </sub>';
704
704
}
705
+
text += '<sub>Posted by the ****DCO Assistant Lite bot****.</sub>';
705
706
return text;
706
707
}
707
708
function cla(signed, committerMap) {
@@ -736,8 +737,9 @@ function cla(signed, committerMap) {
736
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/>';
737
738
}
738
739
if (input.suggestRecheck() == 'true') {
739
-
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request. Posted by the **CLA Assistant Lite bot**.</sub>';
740
+
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request.</sub>';
740
741
}
742
+
text += '<sub>Posted by the **CLA Assistant Lite bot**.</sub>';
741
743
return text;
742
744
}
743
745
@@ -1135,45 +1137,6 @@ function getPrSignComment() {
0 commit comments