dispatch
dispatch copied to clipboard
🦀 Dispatch makes sure pull requests within a GitHub organization get reviewed by the right people.
As of now, we calculate a contributor relevancy this way : ``` total_commits + total_commits_in_the_last_90_days ``` After discussions with the team, it has been mentioned that we should review this...
Sometimes, someone might feel like he has lost track of a projet for various reasons. If that is the case, he might not be the appropriate person to review a...
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...
Currently, we configure the stacks used for pull requests created in a repository with a comma-separated list of stacks: ```bash https://my-dispatch-app.com/webhooks?stacks=elixir,graphql ``` For repositories containing multiple applications however, it would...
As we talked, I would like to implement Bitbucket support in Dispatch and pave the ground for other support such as GitLab. I browsed the code a bit and here...