Skip to content

Rollover Platform Sprint #61

Rollover Platform Sprint

Rollover Platform Sprint #61

on:
workflow_dispatch: {}
schedule:
- cron: '0 14 * * 4'
- cron: '0 15 * * 4'
name: Rollover Platform Sprint
jobs:
move-to-next-iteration:
name: Move to next iteration
runs-on: ubuntu-latest
steps:
- uses: blombard/move-to-next-iteration@master
with:
owner: codecov
number: 25 # Platform
token: ${{ secrets.PAT_TOKEN }}
iteration-field: Sprint
iteration: last
new-iteration: current
statuses: Todo,In Progress,In Review,Merged