mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-22 03:52:37 +01:00
Column mover: Add some rules
Help manage DannyS712's workboard for them
This commit is contained in:
parent
5642297e82
commit
660b4ae21a
1 changed files with 8 additions and 0 deletions
|
@ -50,6 +50,14 @@ work = [{'from': ['incoming'],
|
||||||
'project': 'user-dannys712',
|
'project': 'user-dannys712',
|
||||||
'to': 'Global Watchlist',
|
'to': 'Global Watchlist',
|
||||||
'projects': ['DannyS712-Global_watchlist.js']},
|
'projects': ['DannyS712-Global_watchlist.js']},
|
||||||
|
{'from': ['Unsorted'],
|
||||||
|
'project': 'user-dannys712',
|
||||||
|
'to': 'X-tools',
|
||||||
|
'projects': ['xtools']},
|
||||||
|
{'from': ['Unsorted'],
|
||||||
|
'project': 'user-dannys712',
|
||||||
|
'to': 'Abuse Filter',
|
||||||
|
'projects': ['abusefilter']},
|
||||||
]
|
]
|
||||||
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