Skip to content

Commit

Permalink
Fix Sprint Issues Rollover Workflow (#6466)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored Sep 11, 2024
1 parent 13be61e commit 1d2ad5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sprint-issues-rollover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
number: 18 # Find this number by looking at the project's page URL
token: ${{ secrets.PLUTUS_BACKLOG_AUTOMATION }} # Needs project write permissions
iteration-field: Sprint
iteration: last
new-iteration: current
iteration: current
new-iteration: next
excluded-statuses: ❌ - won't do,🚀 - done

0 comments on commit 1d2ad5a

Please sign in to comment.