diff --git a/dist/index.js b/dist/index.js index f0b00cc1..00fffc31 100644 --- a/dist/index.js +++ b/dist/index.js @@ -737,7 +737,7 @@ function cla(signed, committerMap) { 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).
'; } if (input.suggestRecheck() == 'true') { - text += 'You can retrigger this bot by commenting **recheck** in this Pull Request. '; + text += 'You can retrigger this bot by commenting **recheck** in this Pull Request. '; } text += 'Posted by the **CLA Assistant Lite bot**.'; return text; diff --git a/src/pullrequest/pullRequestCommentContent.ts b/src/pullrequest/pullRequestCommentContent.ts index 70dea089..26f5da5f 100644 --- a/src/pullrequest/pullRequestCommentContent.ts +++ b/src/pullrequest/pullRequestCommentContent.ts @@ -97,7 +97,7 @@ function cla(signed: boolean, committerMap: CommitterMap): string { } if (input.suggestRecheck() == 'true') { - text += 'You can retrigger this bot by commenting **recheck** in this Pull Request. ' + text += 'You can retrigger this bot by commenting **recheck** in this Pull Request. ' } text += 'Posted by the **CLA Assistant Lite bot**.' return text