mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2025-04-06 14:38:20 +02:00
Merge branch 'hcoplin-master-patch-07067' into 'master'
Update project_grouper.py to include rules for MediaWiki Interfaces team. See merge request ladsgroup/Phabricator-maintenance-bot!23
This commit is contained in:
commit
95559075b9
1 changed files with 15 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue