ci: added auto assign reviews#12368
Conversation
|
@infvg, Thanks for the proposal. If I understand correctly, this PR implements a round-robin assignment. My concern is that Gluten has several fairly independent scopes — Velox backend, ClickHouse backend, Flink, Iceberg, Delta, etc. — and reviewing each effectively depends a lot on the reviewer's expertise in that area. A purely round-robin assignment may route a PR to someone outside the relevant scope. For the review process, I'd suggest something like: First, give a short buffer (say ~1 day) for reviewers familiar with the related scope to notice the PR and pick it up. I also think we should encourage broader participation in reviews — including non-committers, who are very welcome to review. Separately, it seems review turnaround has been slower than before. If that's the case, it might be worth raising it with the community so we can encourage more active reviewing. |
|
@philo-he I changed it to use reviewer groups per area, for example like an Iceberg group, Clickhouse group or a global group, instead of one global round-robin. Anyone interested in an area could add themselves to that group. That should help keep reviews closer to the right person while also helping people stay involved with whichever part of the codebase they want. |
No description provided.