Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/danger
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2021-05-06 11:12:16 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2021-05-06 12:58:47 +0300
commit587b78fea5662588b510b02e7d87dd92a3257656 (patch)
tree4a328143d740739fcef824fe9e5267fd53cdd338 /danger
parentbb763fb573555a0f9714002c2755bdd396cab3dd (diff)
danger: Add ZJ back to the code reviewers
As I'm moving into a code contributor role again, I'd like to review again too to build more knowledge of our codebase. This change suggests zj-gitlab again to review MRs and thus I should slowly get more review work to do.
Diffstat (limited to 'danger')
-rw-r--r--danger/assignees/Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/assignees/Dangerfile b/danger/assignees/Dangerfile
index 611ad76d3..b1534736f 100644
--- a/danger/assignees/Dangerfile
+++ b/danger/assignees/Dangerfile
@@ -11,7 +11,7 @@ if gitlab.mr_json['assignees'].none?
TXT
end
-suggestions = (REVIEWERS - [gitlab.mr_author]).sample(2, random: Random.new(gitlab.mr_json['iid']))
+suggestions = (GITALY_TEAM - [gitlab.mr_author]).sample(2, random: Random.new(gitlab.mr_json['iid']))
case suggestions.size
when 0