1
0
Fork 0
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:
Martin Urbanec 2020-09-19 20:23:55 +02:00
parent 600ea016df
commit edd87fc1ff

View file

@ -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']))