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

Add explicit “expert” term in request comment #15

Closed remi closed 5 years ago

remi commented 5 years ago

We had a small inconsistency between how we represent “expert” and “learner” reviewers.

Before

%SelectedUser{metadata: %{stack: "graphql"}, type: "stack", username: "foo"}
%SelectedUser{metadata: %{stack: "graphql"}, type: "learner", username: "foo"}

After

%SelectedUser{metadata: %{stack: "graphql"}, type: "expert", username: "foo"}
%SelectedUser{metadata: %{stack: "graphql"}, type: "learner", username: "foo"}
mirego-builds commented 5 years ago

🦀 Requesting reviewers for this pull request: