From 49150c40456492b3dc0b9b03ad36da5409115895 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 31 Jan 2021 02:42:43 -0500 Subject: [PATCH] Autolock threads more frequently It's rate limited to 50 threads a day. It'll take a long time to go through all our issues. --- .github/workflows/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 56f83340a..d3c7fdc44 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -2,7 +2,7 @@ name: 'Lock Threads' on: schedule: - - cron: '0 0 * * *' + - cron: '0 * * * *' jobs: lock: