From 9735b6eb4d056165f187782b11e8afb2dbe4ee1b Mon Sep 17 00:00:00 2001 From: Pedro Sousa Date: Mon, 15 Apr 2024 12:34:43 +0100 Subject: [PATCH] Update stale workflow to run on the 1st of every month --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index abde33c..30b121a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: "Close Stale Issues and PRs" on: schedule: - - cron: "0 0 * * *" # Runs every day at midnight + - cron: "0 0 1 * *" # 12:00 AM on the 1st of every month workflow_dispatch: jobs: