Skip to content

Commit

Permalink
Merge pull request #43 from NixOS/decrease-review-interval
Browse files Browse the repository at this point in the history
Decrease review interval
  • Loading branch information
infinisil authored Dec 2, 2024
2 parents 7169ff4 + ebcdc63 commit d5a00a3
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 d5a00a3

Please sign in to comment.