Skip to content

Commit 4639bbc

Browse files
committed
auto_review_pr.rb: Tweak the review message
1 parent 2b6580d commit 4639bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/auto_review_pr.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class AutoReviewPR
3535

3636
COMMENT_USER = 'github-actions[bot]'
3737
COMMENT_PREFIX = 'The following files are maintained in the following upstream repositories:'
38-
COMMENT_SUFFIX = 'Please file a pull request to the above instead. Thank you.'
38+
COMMENT_SUFFIX = 'Please file a pull request to the above instead. Thank you!'
3939

4040
def initialize(client)
4141
@client = client

0 commit comments

Comments
 (0)