mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-09 21:52:38 +01:00
Merge pull request #3 from DannyS712/patch-1
Column mover: Add some rules
This commit is contained in:
commit
3caf0bb798
1 changed files with 8 additions and 0 deletions
|
@ -50,6 +50,14 @@ work = [{'from': ['incoming'],
|
|||
'project': 'user-dannys712',
|
||||
'to': 'Global Watchlist',
|
||||
'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:
|
||||
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))
|
||||
|
|
Loading…
Reference in a new issue