1
0
Fork 0
mirror of https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot synced 2024-09-19 21:58:49 +02:00

Merge pull request #42 from ottomata/master

Add rule for Data-Engineering tag
This commit is contained in:
Martin Urbanec 2021-12-06 16:24:36 +01:00 committed by GitHub
commit 0f4d18d1e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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