gitlab-org--gitlab-foss/danger
Sean McGivern 28531ab436 Pick reviewers based on branch name
Change reviewer roulette to always pick the same reviewers for the same
branch name. We do this by:

1. Making the branch name 'canonical' across CE and EE by stripping a
   leading 'ce-' or 'ee-' and a trailing '-ce' or '-ee'. If people are
   following our branch naming guidelines, this should give the same
   branch name in both repos.
2. Converting the branch name to a stable integer by taking the integer
   form of its MD5.
3. Passing that integer as a seed to Ruby's `Random` class, which 'may
   be used to ensure repeatable sequences of pseudo-random numbers
   between different runs of the program' (from the Ruby documentation).

The upshot is that the same branch name (in CE and EE) should always
pick the same reviewers, and those should be evenly distributed across
the set of possible reviewers due to the use of MD5.
2019-04-08 11:56:17 +01:00
..
changelog
changes_size
commit_messages
database
documentation Reduce dangerbot message to the essentials 2019-03-13 09:49:24 +00:00
duplicate_yarn_dependencies
eslint
frozen_string
gemfile
gitlab_ui_wg Set specific reviewers for the GitLab UI WG effort 2019-03-29 11:56:18 +00:00
metadata
plugins
prettier
roulette Pick reviewers based on branch name 2019-04-08 11:56:17 +01:00
single_codebase Set specific reviewers for single codebase effort 2019-03-11 10:42:19 +01:00
specs