From 74733131c80af04cbd6248aaa2d0115ce4415689 Mon Sep 17 00:00:00 2001 From: Martin Urbanec Date: Thu, 11 Aug 2022 13:01:28 +0200 Subject: [PATCH] project_grouper: [Growth] Add -mentorship to all -mentordashboard tasks --- project_grouper.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/project_grouper.py b/project_grouper.py index f1f54b9..a674530 100644 --- a/project_grouper.py +++ b/project_grouper.py @@ -286,6 +286,12 @@ rules = [ ], 'once': True }, + { + 'add': 'growthexperiments-mentorship', + 'in': [ + 'growthexperiments-mentordashboard' + ], + }, ] client = Client.newFromCreds()