diff --git a/actions/src/issues/checkIssueLabels.js b/actions/src/issues/checkIssueLabels.js index 5d88ec1f..e151ed87 100644 --- a/actions/src/issues/checkIssueLabels.js +++ b/actions/src/issues/checkIssueLabels.js @@ -53,7 +53,7 @@ const handleGoodFirstIssueLabel = async (octokit, user) => { var commentBody = ( 'Hi @' + user + ', only certain users are allowed to add good ' + 'first issue labels. Looping in @oppia/oppia-good-first-issue-labelers ' + - 'to add the label.' + 'to add the label. Thanks!' ); await octokit.issues.createComment( { diff --git a/spec/checkIssueLabelsSpec.js b/spec/checkIssueLabelsSpec.js index e1673861..027f7982 100644 --- a/spec/checkIssueLabelsSpec.js +++ b/spec/checkIssueLabelsSpec.js @@ -83,7 +83,7 @@ describe('Check Issue Labels Module', () => { 'Hi @' + user + ', only certain users are allowed to add good ' + 'first issue labels. ' + 'Looping in @oppia/oppia-good-first-issue-labelers ' + - 'to add the label.' + 'to add the label. Thanks!' ); expect(octokit.issues.createComment).toHaveBeenCalledWith({