Skip to content

Move Tasks To New Iteration #39

Move Tasks To New Iteration

Move Tasks To New Iteration #39

name: Move Tasks To New Iteration
on:
schedule:
# Runs "at 05:00 GMT+2, only on Thursday"
- cron: '0 3 * * 4'
jobs:
move-to-next-iteration:
name: Move to next iteration
runs-on: ubuntu-latest
steps:
- uses: blombard/move-to-next-iteration@master
with:
owner: ita-social-projects
number: 21
token: ${{ secrets.WORKFLOWS_PAT }}
iteration-field: Sprint
iteration: last
new-iteration: current
statuses: '✍Planned,🏗 In progress,👀PR,🔎In Q/A,🚫Blocked'