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:
commit
141137c012
1 changed files with 6 additions and 0 deletions
|
@ -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']))
|
||||
|
|
Loading…
Reference in a new issue