mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-22 12:02:38 +01:00
move * to 'Done' in 'User-RhinosF1' when 'Resolved'
This commit is contained in:
parent
e86ec9ecaf
commit
2ae0c535a4
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ work = [{'from': ['incoming'],
|
||||||
'to': 'Page Curation',
|
'to': 'Page Curation',
|
||||||
'projects': ['pagecuration']},
|
'projects': ['pagecuration']},
|
||||||
]
|
]
|
||||||
|
{'project': 'User-RhinosF1',
|
||||||
|
'to': 'Done',
|
||||||
|
'status': ['Resolved']},
|
||||||
|
]
|
||||||
for case in work:
|
for case in work:
|
||||||
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))
|
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))
|
||||||
checker = Checker(case, client)
|
checker = Checker(case, client)
|
||||||
|
|
Loading…
Reference in a new issue