mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-22 03:52:37 +01:00
Column moved: Add one more for user-dannys712
Unsorted -> Page Curation when tagged as page curation
This commit is contained in:
parent
c7d2f26a46
commit
20b9efb886
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ work = [{'from': ['incoming'],
|
||||||
'project': 'user-dannys712',
|
'project': 'user-dannys712',
|
||||||
'to': 'Abuse Filter',
|
'to': 'Abuse Filter',
|
||||||
'projects': ['abusefilter']},
|
'projects': ['abusefilter']},
|
||||||
|
{'from': ['Unsorted'],
|
||||||
|
'project': 'user-dannys712',
|
||||||
|
'to': 'Page Curation',
|
||||||
|
'projects': ['pagecuration']},
|
||||||
]
|
]
|
||||||
for case in work:
|
for case in work:
|
||||||
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))
|
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))
|
||||||
|
|
Loading…
Reference in a new issue