diff --git a/project_grouper.py b/project_grouper.py index a086ac4..4112583 100644 --- a/project_grouper.py +++ b/project_grouper.py @@ -296,6 +296,21 @@ rules = [ 'growthexperiments-personalizedpraise', ], }, + { + # Make full scope of owned work visible on MWI team board + 'add': 'MW-Interfaces-Team', + 'in': [ + 'MediaWiki-REST-API', + 'MediaWiki-Action-API', + 'ApiFeatureUsage', + 'MediaWiki-MergeHistory', + 'MediaWiki-Page-deletion', + 'MediaWiki-Revision-deletion', + 'MediaWiki-Core-Hooks', + 'WMF-JobQueue' + ], + 'once': True + }, ] client = Client.newFromCreds()