1
0
Fork 0
mirror of https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot synced 2024-11-21 19:42:38 +01:00

Move closed tasks to the "Done" column in "Bengali-Sites" project

This commit is contained in:
R4356th 2021-09-26 03:31:43 +06:00 committed by GitHub
parent d65fea54aa
commit 15823587dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,12 @@ work = [{'from': ['incoming'],
'project': 'User-RhinosF1',
'to': 'Done',
'status': ['Resolved']},
{'from': ['Backlog',
'Language conversion',
'Site configuration'],
'project': 'Bengali-Sites',
'to': 'Done',
'status': ['Closed']},
]
for case in work:
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))