summaryrefslogtreecommitdiff
path: root/tool/auto_review_pr.rb
AgeCommit message (Collapse)Author
2025-11-10Move grouping by upstreams to SyncDefaultGems::RepositoryNobuyoshi Nakada
It is also useful to distribution changes to each upstream repository.
2025-11-09auto_review_pr.rb: Tweak the review messageTakashi Kokubun
2025-11-09auto_review_pr.rb: Remove an unused variableTakashi Kokubun
Follow-up: https://github.com/ruby/ruby/pull/15116
2025-11-09Automatically review default-gem pull requests (#15116)Takashi Kokubun