From 6fcd83a535959fbd5b285a2c7f904b2008f2973f Mon Sep 17 00:00:00 2001 From: Yasan Ghaffarian Date: Sun, 14 Aug 2022 17:17:00 +0430 Subject: [PATCH] Run stale action once a day Instead of 4 times a day --- .github/workflows/close_stale_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close_stale_issues.yml b/.github/workflows/close_stale_issues.yml index 8694660805..d40c1b6bc4 100644 --- a/.github/workflows/close_stale_issues.yml +++ b/.github/workflows/close_stale_issues.yml @@ -1,7 +1,7 @@ name: Close stale issues and PRs on: schedule: - - cron: 0 */6 * * * + - cron: 0 0 * * * workflow_dispatch: jobs: stale: