From 0faddcb714c389197303dd7a8707853e36524f24 Mon Sep 17 00:00:00 2001 From: Amir Sarabadani Date: Wed, 21 Apr 2021 15:44:36 +0200 Subject: [PATCH] Add H314 and H337 to project grouper Bug: T108586 --- project_grouper.py | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/project_grouper.py b/project_grouper.py index e2db06e..bb1c1a6 100644 --- a/project_grouper.py +++ b/project_grouper.py @@ -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()