1
0
Fork 0
mirror of https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot synced 2024-11-24 04:52:38 +01:00

project_grouper: [Growth] Add -mentorship to all -mentordashboard tasks

This commit is contained in:
Martin Urbanec 2022-08-11 13:01:28 +02:00
parent dabee4f70b
commit 74733131c8

View file

@ -286,6 +286,12 @@ rules = [
], ],
'once': True 'once': True
}, },
{
'add': 'growthexperiments-mentorship',
'in': [
'growthexperiments-mentordashboard'
],
},
] ]
client = Client.newFromCreds() client = Client.newFromCreds()