diff --git a/lib/typocop/client.rb b/lib/typocop/client.rb index d0e56bc7..0a5d1f76 100644 --- a/lib/typocop/client.rb +++ b/lib/typocop/client.rb @@ -165,7 +165,8 @@ def accept_pull_request @client.create_pull_request_review( @repo_name, PULL_ID, - event: 'APPROVE' + event: 'APPROVE', + body: 'Checked for typos — Everything looks great! :star: :tada: :sparkles:' ) rescue Octokit::UnprocessableEntity => e puts e