mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-22 12:02:38 +01:00
Move closed tasks to the "Done" column in "Bengali-Sites" project
This commit is contained in:
parent
d65fea54aa
commit
15823587dc
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,12 @@ work = [{'from': ['incoming'],
|
||||||
'project': 'User-RhinosF1',
|
'project': 'User-RhinosF1',
|
||||||
'to': 'Done',
|
'to': 'Done',
|
||||||
'status': ['Resolved']},
|
'status': ['Resolved']},
|
||||||
|
{'from': ['Backlog',
|
||||||
|
'Language conversion',
|
||||||
|
'Site configuration'],
|
||||||
|
'project': 'Bengali-Sites',
|
||||||
|
'to': 'Done',
|
||||||
|
'status': ['Closed']},
|
||||||
]
|
]
|
||||||
for case in work:
|
for case in work:
|
||||||
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))
|
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))
|
||||||
|
|
Loading…
Reference in a new issue