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

Revert "column_mover: Add some automatization to user-urbanecm"

This reverts commit edd87fc1ff.
This commit is contained in:
Martin Urbanec 2020-12-15 11:54:19 +01:00
parent b1397c604a
commit bf19b46199

View file

@ -69,10 +69,6 @@ work = [{'from': ['incoming'],
'project': 'User-RhinosF1', 'project': 'User-RhinosF1',
'to': 'Done', 'to': 'Done',
'status': ['Resolved']}, 'status': ['Resolved']},
{'from': ['Backlog'],
'project': 'user-urbanecm',
'to': 'Waiting on review',
'projects': ['patch-for-review']},
] ]
for case in work: for case in work:
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project'])) gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))