1
0
Fork 0
mirror of https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot synced 2024-09-19 21:58:49 +02:00

Merge pull request #6 from RhinosF1/patch-1

move * to 'Done' in 'User-RhinosF1' when 'Resolved'
This commit is contained in:
Amir Sarabadani 2020-03-03 23:57:25 +01:00 committed by GitHub
commit 00ca40df61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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']))