Skip to content

Commit

Permalink
Add Thanks!
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechjelinek committed Aug 5, 2023
1 parent c27eec5 commit 2e9d688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/src/issues/checkIssueLabels.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
{
Expand Down
2 changes: 1 addition & 1 deletion spec/checkIssueLabelsSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 2e9d688

Please sign in to comment.