Created
April 18, 2017 15:21
-
-
Save patriknw/7923d02ff51930e5e4bd07cda6333d68 to your computer and use it in GitHub Desktop.
Alpakka PR assignments
This file contains 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
val reviewers = Vector( | |
"2m", | |
"jrudolph", | |
"johanandren", | |
"ktoso", | |
"patriknw", | |
"raboof" | |
) | |
def assign(pr: Int): String = | |
reviewers(pr % reviewers.size) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment