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

move * to 'Done' in 'User-RhinosF1' when 'Resolved'

This commit is contained in:
RhinosF1 2020-03-03 22:35:08 +00:00 committed by GitHub
parent e86ec9ecaf
commit 2ae0c535a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,10 @@ work = [{'from': ['incoming'],
'to': 'Page Curation',
'projects': ['pagecuration']},
]
{'project': 'User-RhinosF1',
'to': 'Done',
'status': ['Resolved']},
]
for case in work:
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))
checker = Checker(case, client)