mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-08 13:12:38 +01:00
growthexpriments-mentorship: Move tasks that are in sprint to In Progress
I keep forgetting to do that manually :D.
This commit is contained in:
parent
c338ec8707
commit
3a0bcd8b55
1 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,12 @@ work = [{'from': ['incoming'],
|
|||
'project': 'Bengali-Sites',
|
||||
'to': 'Done',
|
||||
'status': ['Closed']},
|
||||
{'from': ['New Tasks',
|
||||
'Backlog',
|
||||
'Prioritized'],
|
||||
'project': 'growthexperiments-mentorship',
|
||||
'to': 'In Progress',
|
||||
'projects': ['growth-team-current-sprint']}
|
||||
]
|
||||
for case in work:
|
||||
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))
|
||||
|
|
Loading…
Reference in a new issue