From ee90cbdad79b6bb99bd1c7c8dad7df7233a1e34e Mon Sep 17 00:00:00 2001 From: Doug Fawley Date: Tue, 29 Oct 2019 13:24:38 -0700 Subject: [PATCH] stalebot: only update one issue per run to prepare for re-enabling it (#3129) --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index de28ab95..ae052060 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -40,7 +40,7 @@ markComment: > # Your comment here. # Limit the number of actions per hour, from 1-30. Default is 30 -limitPerRun: 30 +limitPerRun: 1 # Limit to only `issues` or `pulls` only: issues