Skip to content

.github/workflows/next-iteration.yml #56

.github/workflows/next-iteration.yml

.github/workflows/next-iteration.yml #56

on:
schedule:
# Runs "at 05:00, only on Monday" (see https://crontab.guru)
- cron: '0 5 * * 1'
jobs:
move-to-next-iteration:
name: Move to next iteration
runs-on: ubuntu-latest
steps:
- uses: blombard/move-to-next-iteration@master
with:
owner: Zenoo
number: 2
token: ${{ secrets.PROJECT_PAT }}
iteration-field: Iteration
iteration: last
new-iteration: current
statuses: πŸ†• New,πŸ“‹ Backlog,πŸ”– Ready,πŸ— In progress,πŸ‘€ In review