From 0a71dfa39539d4c927c532f135e5ae1d3bcc13ed Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Fri, 24 Dec 2021 22:47:32 +0100 Subject: [PATCH] [chore] adjust stale bot actions per run Only one action per hour to not flood the issue tracker with too many stale messages at once --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 3bc3fa6b99..c95bc4cf22 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -28,7 +28,7 @@ staleLabel: stale-bot # Your comment here. # Limit the number of actions per hour, from 1-30. Default is 30 -limitPerRun: 30 +limitPerRun: 1 # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': pulls: