mirego / dispatch

🦀 Dispatch makes sure pull requests within a GitHub organization get reviewed by the right people.
https://open.mirego.com
BSD 3-Clause "New" or "Revised" License
25 stars 3 forks source link

Always assign an active contributor #20

Open garno opened 5 years ago

garno commented 5 years ago

Sometimes, we select a contributor who haven’t been active on the project for a while. This is ok since their input is valuable but we might want to make sure a more active contributor, who is in the loop of what is being done, is assigned.

The solution is quite simple but it will result in more people being assigned as reviewers. We select 2 contributors based on relevancy:

Thoughts?

Bonus : A repository could opt out of this feature with the per-repository configuration mentionned in the issue #18.

✌️