From 2b6580d44aef3f867321d1f8b346c500e51a4344 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 9 Nov 2025 07:34:18 -0800 Subject: [PATCH] auto_review_pr.rb: Remove an unused variable Follow-up: https://github.com/ruby/ruby/pull/15116 --- tool/auto_review_pr.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/tool/auto_review_pr.rb b/tool/auto_review_pr.rb index a3494e4c1a..f434a4f92a 100755 --- a/tool/auto_review_pr.rb +++ b/tool/auto_review_pr.rb @@ -42,8 +42,6 @@ class AutoReviewPR end def review(pr_number) - comment_body = "Please file a pull request to ruby/foo instead." - # Fetch the list of files changed by the PR changed_files = @client.get("/repos/#{REPO}/pulls/#{pr_number}/files").map { it.fetch(:filename) }