mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-08 13:12:38 +01:00
Migrate more herald rules to project_grouper.py
Bug: T108586
This commit is contained in:
parent
1f456c7b09
commit
9dc1c1b468
1 changed files with 45 additions and 0 deletions
|
@ -213,6 +213,51 @@ rules = [
|
|||
],
|
||||
'once': True
|
||||
},
|
||||
{
|
||||
# H285
|
||||
'add': 'Product-Analytics',
|
||||
'in': [
|
||||
'Discovery-Analysis',
|
||||
],
|
||||
'once': True
|
||||
},
|
||||
{
|
||||
# H216
|
||||
'add': 'WMDE-FUN-Team',
|
||||
'in': [
|
||||
'WMDE-Fundraising-Tech',
|
||||
],
|
||||
'once': True
|
||||
},
|
||||
{
|
||||
# H131
|
||||
'add': 'Traffic',
|
||||
'in': [
|
||||
'HTTPS',
|
||||
'DNS',
|
||||
'Domains',
|
||||
],
|
||||
'once': True
|
||||
},
|
||||
{
|
||||
# H131
|
||||
'add': 'Traffic',
|
||||
'in': [
|
||||
'HTTPS',
|
||||
'DNS',
|
||||
'Domains',
|
||||
],
|
||||
'once': True
|
||||
},
|
||||
{
|
||||
# H109
|
||||
'add': 'Commons',
|
||||
'in': [
|
||||
'MediaWiki-File-management',
|
||||
'MediaWiki-extensions-GWToolset',
|
||||
],
|
||||
'once': True
|
||||
},
|
||||
]
|
||||
|
||||
client = Client.newFromCreds()
|
||||
|
|
Loading…
Reference in a new issue