Skip to content

Commit

Permalink
Decrease review interval
Browse files Browse the repository at this point in the history
Every month is a bit too much, let's decrease it to every third month
  • Loading branch information
infinisil committed Dec 2, 2024
1 parent 7169ff4 commit ebcdc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Regular review
on:
workflow_dispatch: # Allows triggering manually
schedule:
- cron: '54 12 1 * *' # runs every first of the month at 17:10 UTC (chosen somewhat randomly)
- cron: '54 12 1 3,6,9,12 *' # runs every first of every third month at 12:54 UTC (chosen somewhat randomly)

permissions:
issues: write
Expand Down

0 comments on commit ebcdc63

Please sign in to comment.