From 1e5fad7433772b648fcbc921e2a79de5c4c6be8b Mon Sep 17 00:00:00 2001 From: Ian Stapleton Cordasco Date: Tue, 7 Sep 2021 19:00:31 -0500 Subject: [PATCH] Update lock-issues.yml (#5930) Run this hourly. I'm not seeing any effects, let's see if running it more frequently will allow it to avoid the GitHub ratelimit https://github.com/dessant/lock-threads#why-are-only-some-issues-and-pull-requests-processed --- .github/workflows/lock-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock-issues.yml b/.github/workflows/lock-issues.yml index d4a9e647..8311424c 100644 --- a/.github/workflows/lock-issues.yml +++ b/.github/workflows/lock-issues.yml @@ -2,7 +2,7 @@ name: 'Lock Threads' on: schedule: - - cron: '0 0 * * *' + - cron: '0 * * * *' permissions: issues: write