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

Merge pull request #5 from DannyS712/patch-1

Column moved: Add one more for user-dannys712
This commit is contained in:
Amir Sarabadani 2020-02-07 12:10:53 +01:00 committed by GitHub
commit e86ec9ecaf
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']))