From 730e7d48acbd19ed95bd693c231fab4659adc930 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <39969427+ascillato2@users.noreply.github.com> Date: Sat, 5 Dec 2020 15:32:53 -0300 Subject: [PATCH] Set Stale Issue bot to check only once a day --- .github/workflows/stale-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-actions.yml b/.github/workflows/stale-actions.yml index 689390ef3..4afcc8b01 100644 --- a/.github/workflows/stale-actions.yml +++ b/.github/workflows/stale-actions.yml @@ -2,7 +2,7 @@ name: "Mark or close stale issues and PRs" on: schedule: - - cron: "00 * * * *" + - cron: "15 05 * * *" jobs: stale: