mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-21 19:42:38 +01:00
Merge pull request #6 from RhinosF1/patch-1
move * to 'Done' in 'User-RhinosF1' when 'Resolved'
This commit is contained in:
commit
00ca40df61
1 changed files with 9 additions and 0 deletions
|
@ -62,6 +62,15 @@ work = [{'from': ['incoming'],
|
|||
'project': 'user-dannys712',
|
||||
'to': 'Page Curation',
|
||||
'projects': ['pagecuration']},
|
||||
{'from': ['Incoming',
|
||||
'Miraheze Phab Reported Issues',
|
||||
'Watching (Other)',
|
||||
'Miraheze-Related Issues (not reported there)',
|
||||
'From WMF (or reproduced on)',
|
||||
'Deployment'],
|
||||
'project': 'User-RhinosF1',
|
||||
'to': 'Done',
|
||||
'status': ['Resolved']},
|
||||
]
|
||||
for case in work:
|
||||
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))
|
||||
|
|
Loading…
Reference in a new issue