mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-21 19:42:38 +01:00
column_mover: Add some automatization to user-urbanecm
This commit is contained in:
parent
600ea016df
commit
edd87fc1ff
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ work = [{'from': ['incoming'],
|
|||
'project': 'User-RhinosF1',
|
||||
'to': 'Done',
|
||||
'status': ['Resolved']},
|
||||
{'from': ['Backlog'],
|
||||
'project': 'user-urbanecm',
|
||||
'to': 'Waiting on review',
|
||||
'projects': ['patch-for-review']},
|
||||
]
|
||||
for case in work:
|
||||
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))
|
||||
|
|
Loading…
Reference in a new issue