Skip to content

Commit

Permalink
feat(chore): add move to next sprint workflow (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Claiyc authored Apr 13, 2023
1 parent a8cdbb5 commit 558c8b1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/next-iteration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
schedule:
# Runs "at 12:00, only on Thursday"
- cron: '0 12 * * 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: VIGAD
number: 1
token: ${{ secrets.PROJECT_PAT }}
iteration-field: Sprint
iteration: last
new-iteration: current
statuses: Not Ready,In Progress,Ready for review

0 comments on commit 558c8b1

Please sign in to comment.