We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7169ff4 + ebcdc63 commit d5a00a3Copy full SHA for d5a00a3
.github/workflows/review.yml
@@ -2,7 +2,7 @@ name: Regular review
2
on:
3
workflow_dispatch: # Allows triggering manually
4
schedule:
5
- - 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)
6
7
permissions:
8
issues: write
0 commit comments