Rollover Design Sprint #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |