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

Column moved: Add one more for user-dannys712

Unsorted -> Page Curation when tagged as page curation
This commit is contained in:
DannyS712 2020-02-06 22:18:08 -08:00 committed by GitHub
parent c7d2f26a46
commit 20b9efb886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,10 @@ work = [{'from': ['incoming'],
'project': 'user-dannys712',
'to': 'Abuse Filter',
'projects': ['abusefilter']},
{'from': ['Unsorted'],
'project': 'user-dannys712',
'to': 'Page Curation',
'projects': ['pagecuration']},
]
for case in work:
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))