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
':x: **DCO Sign-off** -- The following commits are missing the required DCO sign-off:',
57
+
':x: **DCO Sign-off** -- Uh oh! The following commits are missing the required DCO sign-off:',
58
58
failList,
59
59
'',
60
-
`Please add \`Signed-off-by: Your Name <email>\` to each commit (e.g. \`git commit -s\`). See the [Signing Guide](${SIGNING_GUIDE}).`,
60
+
`No worries, this is an easy fix! Add \`Signed-off-by: Your Name <email>\` to each commit (e.g. \`git commit -s\`). See the [Signing Guide](${SIGNING_GUIDE}).`,
61
61
].join('\n');
62
62
}
63
63
@@ -66,15 +66,15 @@ function buildDCOSection(dco) {
66
66
* @returns {string}
67
67
*/
68
68
functionbuildGPGSection(gpg){
69
-
constcommon=buildSection({title: 'GPG Signature',result: gpg,passMessage: 'All commits have verified GPG signatures.'});
69
+
constcommon=buildSection({title: 'GPG Signature',result: gpg,passMessage: 'All commits have verified GPG signatures. Locked and loaded!'});
':x: **Merge Conflicts** -- This PR has merge conflicts with the base branch.',
90
+
':x: **Merge Conflicts** -- Oh no, this PR has merge conflicts with the base branch.',
91
91
'',
92
-
`Please update your branch (e.g. rebase or merge from base) and push. See the [Merge Conflicts Guide](${MERGE_CONFLICTS_GUIDE}).`,
92
+
`Let\'s get this sorted! Update your branch (e.g. rebase or merge from base) and push. See the [Merge Conflicts Guide](${MERGE_CONFLICTS_GUIDE}) if you need a hand.`,
93
93
].join('\n');
94
94
}
95
95
@@ -108,15 +108,15 @@ function buildIssueLinkSection(issueLink) {
`Hi @${prAuthor} :wave:, thank you for submitting this PR!`,
170
-
"I'm your **PR Helper Bot** and I'll be keeping track of your PR's",
171
-
'status to help you get it approved and merged.',
169
+
`Hey @${prAuthor} :wave: thanks for the PR!`,
170
+
"I'm your friendly **PR Helper Bot** :robot: and I'll be riding shotgun on this one, keeping track of your PR's status to help you get it approved and merged.",
172
171
'',
173
-
'This comment will stay updated as you make changes.',
174
-
"Here's where things stand:",
172
+
"This comment updates automatically as you push changes -- think of it as your PR's live scoreboard!",
0 commit comments