Skip to content

.github/workflows/update-sprint-board.yml #60

.github/workflows/update-sprint-board.yml

.github/workflows/update-sprint-board.yml #60

on:
schedule:
# Runs "at 05:00, only on Saturday"
- cron: '0 5 * * 6'
jobs:
move-to-next-iteration:
name: Move to next iteration
runs-on: ubuntu-latest
steps:
- uses: blombard/move-to-next-iteration@master
with:
owner: near
number: 92
token: ${{ secrets.CG_PROJECT_WORKFLOW_SECRET }}
iteration-field: sprint
iteration: current
new-iteration: next
excluded-statuses: "Done"