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
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-12-17 10:29:00 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-12-17 11:01:09 +0300
commite5e9234f337d1cb6af23951bee42e0c6f0ca6525 (patch)
treecd12ad7f3713808bfda2f8ba65247335a99e6258 /Dangerfile
parent75a6bb0980eff73ff309ce10dd40d697f1295224 (diff)
danger: Remove tracking of team members
In our Dangerfile, we keep a list of team members, which is the perfect kind of variable to grow stale. And of course it is stale given that @jcaigitlab is missing from that list. Furthermore, its use is quite limited: the only thing we use it for is to propose to add a ~group::gitaly label if the merge request author is part of the group. Remove that group and the label-recommendation. While we could improve this to just fetch the list of team members automagically, it doesn't really feel worth.
Diffstat (limited to 'Dangerfile')
-rw-r--r--Dangerfile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Dangerfile b/Dangerfile
index 5d50e709f..b938487f2 100644
--- a/Dangerfile
+++ b/Dangerfile
@@ -2,16 +2,6 @@
require 'gitlab-dangerfiles'
-GITALY_TEAM = %w[
- 8bitlife
- avar
- chriscool
- pks-t
- proglottis
- samihiltunen
- toon
-]
-
Gitlab::Dangerfiles.for_project(self) do |dangerfiles|
dangerfiles.import_defaults