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

Add H314 and H337 to project grouper

Bug: T108586
This commit is contained in:
Amir Sarabadani 2021-04-21 15:44:36 +02:00
parent 131808cd06
commit 0faddcb714

View file

@ -173,7 +173,46 @@ rules = [
'Wikidata - Visualisation of Reliability Metrics'
],
'once': True
}
},
{
# H337
'add': 'Research',
'in': [
'address-knowledge-gaps',
'Research-foundational',
'Knowledge-Integrity',
],
'once': True
},
{
# H314
'add': 'Pywikibot',
'in': [
'Pywikibot-archivebot.py',
'Pywikibot-category.py',
'Pywikibot-compat',
'Pywikibot-copyright.py',
'Pywikibot-delinker.py',
'Pywikibot-cosmetic-changes.py',
'Pywikibot-Documentation',
'Pywikibot-General',
'Pywikibot-i18n',
'Pywikibot-interwiki.py',
'Pywikibot-login.py',
'Pywikibot-network',
'Pywikibot-Scripts',
'Pywikibot-pagegenerators.py',
'Pywikibot-redirect.py',
'Pywikibot-replace.py',
'Pywikibot-solve-disambiguation.py',
'Pywikibot-tests',
'Pywikibot-textlib.py',
'Pywikibot-weblinkchecker.py',
'Pywikibot-Wikidata',
'Pywikibot-xmlreader.py',
],
'once': True
},
]
client = Client.newFromCreds()