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

Merge pull request #40 from R4356th/patch-1

Move closed tasks to the "Done" column in "Bengali-Sites" project
This commit is contained in:
Amir Sarabadani 2021-09-25 23:43:30 +02:00 committed by GitHub
commit 141137c012
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']))