Skip to content

Commit

Permalink
Merge pull request #512 from near/Ishatt-patch-2
Browse files Browse the repository at this point in the history
Create main.yml
  • Loading branch information
charleslavon authored Sep 18, 2023
2 parents 8324013 + 4409793 commit 930e3be
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
schedule:
# Runs "at 05:00, only on Sunday"
- 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: near
number: 92
token: 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
iteration-field: sprint
iteration: last
new-iteration: current
statuses: No status,Selected,Blocked,In Progress,review

0 comments on commit 930e3be

Please sign in to comment.