We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a4bb9 commit 2b6580dCopy full SHA for 2b6580d
tool/auto_review_pr.rb
@@ -42,8 +42,6 @@ def initialize(client)
42
end
43
44
def review(pr_number)
45
- comment_body = "Please file a pull request to ruby/foo instead."
46
-
47
# Fetch the list of files changed by the PR
48
changed_files = @client.get("/repos/#{REPO}/pulls/#{pr_number}/files").map { it.fetch(:filename) }
49
0 commit comments