From ab7517c2d9d96a91b1de2d9c3eeaf179f5ac848a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 3 Aug 2021 17:44:42 -0400 Subject: [PATCH] dev: run triage workflows twice daily instead They were occasionally rate limited at once-an-hour. Ref https://github.com/hlissner/doom-emacs/runs/3227573350 --- .github/workflows/triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index a29d946c8..adc7aa167 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -1,7 +1,7 @@ name: Mark stale issues and lock closed threads on: schedule: - - cron: '0 * * * *' # hourly + - cron: '0 */12 * * *' # twice, daily jobs: lock: runs-on: ubuntu-latest