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:
commit
e86ec9ecaf
1 changed files with 4 additions and 0 deletions
|
@ -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']))
|
||||
|
|
Loading…
Reference in a new issue