Skip to content

Commit d5a00a3

Browse files
authored
Merge pull request #43 from NixOS/decrease-review-interval
Decrease review interval
2 parents 7169ff4 + ebcdc63 commit d5a00a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Regular review
22
on:
33
workflow_dispatch: # Allows triggering manually
44
schedule:
5-
- cron: '54 12 1 * *' # runs every first of the month at 17:10 UTC (chosen somewhat randomly)
5+
- cron: '54 12 1 3,6,9,12 *' # runs every first of every third month at 12:54 UTC (chosen somewhat randomly)
66

77
permissions:
88
issues: write

0 commit comments

Comments
 (0)