pull-request-roulette
pull-request-roulette copied to clipboard
Match PRs and reviewers based on language tags
As a reviewer, I want to see PRs using only languages I know, So I can help without wading through things where I can't.
Given that I have logged in (this will have to be profile-based), And I have told the system I know a few languages, And there are at least two un-taken PRs using at least one of those languages, When I ask for a PR to review, Then I will be shown the earliest-submitted such PR. When I ask for another, Then I will be shown the next-earliest-submitted such PR. And so on, until there are no more such PRs.
:+1: This was my biggest concern originally. This is definitely something I'd like to see.
Just a random thought, but since you're using auth through GitHub, maybe inspect all the repos I have access to for the languages they use and kindly set them up as defaults. Let me change / override them, but make them the initial tags. Should I open a new enhancement issue for this idea?
Sure, that sounds like it would be a really nice feature to have. I'm trying to adapt to the "as/want/so + given/when/then" style of tickets, so please do it that way -- unless there's another style you'd like to experiment with. I'll pre-triage this as priority-low -- sort of an "icing on the cake" feature.
Thanks!