Skip to content

Rollover Design Sprint #13

Rollover Design Sprint

Rollover Design Sprint #13

on:
workflow_dispatch: {}
schedule:
# Runs "at 13:00, only on Thursday" (see https://crontab.guru)
- cron: '0 13 * * 4'
name: Rollover Design 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: 36 # Design
token: ${{ secrets.PAT_TOKEN }}
iteration-field: Sprint
iteration: last
new-iteration: current
statuses: Todo,In Progress,User Research,In Review,Merged