Skip to content

Commit

Permalink
Add sprint-issues-rolloever.yml workflow (#6407)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored Aug 14, 2024
1 parent 3ccc95c commit f40d83a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/sprint-issues-rollover.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This workflows automatically moves issues and pull requests to the next
# iteration of our Plutus Backlog project when a new sprint begins.

name: "🛼 Sprint Issues Rollover"

on:
workflow_dispatch:
schedule:
- cron: '0 5 * * 3' # 5am on Wednesday

jobs:
Run:
runs-on: ubuntu-latest

steps:
- uses: blombard/move-to-next-iteration@master
with:
owner: IntersectMBO
number: 18
token: ${{ secrets.PROJECT_PAT }}
iteration-field: Sprint
iteration: last
new-iteration: current
excluded-statuses: ❌ - won't do,🚀 - done

0 comments on commit f40d83a

Please sign in to comment.