summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-11-09 07:35:21 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2025-11-09 07:35:28 -0800
commit4639bbc8e91238caa4774a8916ec6555b71d6e1b (patch)
tree997b88318726cc7cd78891a50368bc05e31c846c
parent2b6580d44aef3f867321d1f8b346c500e51a4344 (diff)
auto_review_pr.rb: Tweak the review message
-rwxr-xr-xtool/auto_review_pr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/auto_review_pr.rb b/tool/auto_review_pr.rb
index f434a4f92a..c63640354d 100755
--- a/tool/auto_review_pr.rb
+++ b/tool/auto_review_pr.rb
@@ -35,7 +35,7 @@ class AutoReviewPR
COMMENT_USER = 'github-actions[bot]'
COMMENT_PREFIX = 'The following files are maintained in the following upstream repositories:'
- COMMENT_SUFFIX = 'Please file a pull request to the above instead. Thank you.'
+ COMMENT_SUFFIX = 'Please file a pull request to the above instead. Thank you!'
def initialize(client)
@client = client