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()