Add the concept of community reviews before PR assignment#2426
Merged
Conversation
Urgau
force-pushed
the
assign-community-reviews
branch
from
June 4, 2026 16:12
61eb452 to
583bfeb
Compare
blyxyas
suggested changes
Jun 14, 2026
Comment on lines
+16
to
+17
| "Thanks for the pull request, and welcome!\ | ||
| You should hear from the project after a minimum of {min_reviews} community reviews have been reached." |
Member
There was a problem hiding this comment.
Could you make this message configurable? We'd love to link this blog post, at least temporarily, and possibly make a reviewing guide.
Member
Author
There was a problem hiding this comment.
We already have a configurable link in the [assign] handler: contributing_url. You could change it to your blog post or link it to inside your contributing file. (The associated text is defined here)
But in general I would like to avoid making more messages configurable, it's a pain to deal with, but if the option above doesn't work let me know.
Member
Author
There was a problem hiding this comment.
Btw, feel free to suggest any text changes. I didn't think too much about them.
Kobzol
reviewed
Jun 15, 2026
Urgau
force-pushed
the
assign-community-reviews
branch
from
June 15, 2026 19:14
583bfeb to
130460d
Compare
Kobzol
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the concept of community reviews before PR assignment.
It's enabled in the
[assign]handler with a new config:The normal workflow for community reviews is like this:
If someone is being assigned with our commands (
r?, reroll), we remove the label after the assignment, thus preventing further auto-assign.I tested what I could on my private repo, the core logic seems to work, although I couldn't test everything since I'm alone.
cc @samueltardieu