From 69f0b42311319d9c36176ef02a577c1284881000 Mon Sep 17 00:00:00 2001 From: Martin Urbanec Date: Wed, 14 Apr 2021 19:01:41 +0200 Subject: [PATCH] Add #user-urbanecm-wmf-engineering to all tasks with #growth-deployments Bug: T280171 --- project_grouper.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/project_grouper.py b/project_grouper.py index 6818f33..27c790a 100644 --- a/project_grouper.py +++ b/project_grouper.py @@ -114,6 +114,12 @@ rules = [ 'icinga', 'graphite', ], + }, + { + 'add': 'user-urbanecm-wmf-engineering', + 'in': [ + 'growth-deployments', + ] } ]