We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d0630 commit 77b3eccCopy full SHA for 77b3ecc
.github/workflows/update-contribs-reviews.yml
@@ -3,8 +3,8 @@ name: Update Contribs & reviewers
3
on:
4
workflow_dispatch:
5
schedule:
6
- # Runs every other Sunday at 00:00 UTC (see https://crontab.guru)
7
- - cron: "0 0 * * 0/2"
+ # Runs on the 1 and 15 of each month at 00:00 UTC (see https://crontab.guru)
+ - cron: "0 0 1,15 * *"
8
jobs:
9
run-meta:
10
runs-on: ubuntu-latest
0 commit comments