mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-09 13:42:38 +01:00
Add H314 and H337 to project grouper
Bug: T108586
This commit is contained in:
parent
131808cd06
commit
0faddcb714
1 changed files with 40 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue