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

Add rule for Data-Engineering tag

Bug: T295397
This commit is contained in:
Ottomata 2021-12-06 10:07:45 -05:00
parent 4beb75527e
commit 5cc16ed426

View file

@ -267,6 +267,15 @@ rules = [
'function-schemata', 'function-schemata',
], ],
}, },
{
# https://phabricator.wikimedia.org/T295397
'add': 'Data-Engineering',
'in': [
'Event-Platform',
'Analytics-Wikistats',
],
'once': True
},
] ]
client = Client.newFromCreds() client = Client.newFromCreds()