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
const line1 = input.getCustomAllSignedPrComment() || `All contributors have signed the DCO ✍️ ✅`;
673
-
const text = `****DCO Assistant Lite bot**** ${line1}`;
673
+
const text = `${line1}<br/><sub>Posted by the ****DCO Assistant Lite bot****.</sub>`;
674
674
return text;
675
675
}
676
676
let committersCount = 1;
@@ -679,7 +679,7 @@ function dco(signed, committerMap) {
679
679
}
680
680
let you = committersCount > 1 ? `you all` : `you`;
681
681
let lineOne = (input.getCustomNotSignedPrComment() || `<br/>Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that $you sign our [Developer Certificate of Origin](${input.getPathToDocument()}) before we can accept your contribution. You can sign the DCO by just posting a Pull Request Comment same as the below format.<br/>`).replace('$you', you);
682
-
let text = `**DCO Assistant Lite bot:** ${lineOne}
682
+
let text = `${lineOne}
683
683
- - -
684
684
${input.getCustomPrSignComment() || "I have read the DCO Document and I hereby sign the DCO"}
685
685
- - -
@@ -698,13 +698,13 @@ function dco(signed, committerMap) {
698
698
text += `**${committerNames.join(", ")}** ${seem} not to be a GitHub user.`;
699
699
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/>';
700
700
}
701
-
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request</sub>';
701
+
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request. Posted by the ****DCO Assistant Lite bot****.</sub>';
702
702
return text;
703
703
}
704
704
function cla(signed, committerMap) {
705
705
if (signed) {
706
706
const line1 = input.getCustomAllSignedPrComment() || `All contributors have signed the CLA ✍️ ✅`;
707
-
const text = `****CLA Assistant Lite bot**** ${line1}`;
707
+
const text = `${line1}<br/><sub>Posted by the ****CLA Assistant Lite bot****.</sub>`;
708
708
return text;
709
709
}
710
710
let committersCount = 1;
@@ -713,7 +713,7 @@ function cla(signed, committerMap) {
713
713
}
714
714
let you = committersCount > 1 ? `you all` : `you`;
715
715
let lineOne = (input.getCustomNotSignedPrComment() || `<br/>Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that $you sign our [Contributor License Agreement](${input.getPathToDocument()}) before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.<br/>`).replace('$you', you);
716
-
let text = `**CLA Assistant Lite bot:** ${lineOne}
716
+
let text = `${lineOne}
717
717
- - -
718
718
${input.getCustomPrSignComment() || "I have read the CLA Document and I hereby sign the CLA"}
719
719
- - -
@@ -732,7 +732,7 @@ function cla(signed, committerMap) {
732
732
text += `**${committerNames.join(", ")}** ${seem} not to be a GitHub user.`;
733
733
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/>';
734
734
}
735
-
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request</sub>';
735
+
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request. Posted by the **CLA Assistant Lite bot**.</sub>';
letlineOne=(input.getCustomNotSignedPrComment()||`<br/>Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that $you sign our [Developer Certificate of Origin](${input.getPathToDocument()}) before we can accept your contribution. You can sign the DCO by just posting a Pull Request Comment same as the below format.<br/>`).replace('$you',you)
32
-
lettext=`**DCO Assistant Lite bot:** ${lineOne}
32
+
lettext=`${lineOne}
33
33
- - -
34
34
${input.getCustomPrSignComment()||"I have read the DCO Document and I hereby sign the DCO"}
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/>'
52
52
}
53
53
54
-
text+='<sub>You can retrigger this bot by commenting **recheck** in this Pull Request</sub>'
54
+
text+='<sub>You can retrigger this bot by commenting **recheck** in this Pull Request. Posted by the ****DCO Assistant Lite bot****.</sub>'
letlineOne=(input.getCustomNotSignedPrComment()||`<br/>Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that $you sign our [Contributor License Agreement](${input.getPathToDocument()}) before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.<br/>`).replace('$you',you)
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/>'
94
94
}
95
95
96
-
text+='<sub>You can retrigger this bot by commenting **recheck** in this Pull Request</sub>'
96
+
text+='<sub>You can retrigger this bot by commenting **recheck** in this Pull Request. Posted by the **CLA Assistant Lite bot**.</sub>'
0 commit comments