From c008f1f0c61d0fa61cc81dc24465fbf808ffc7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Tue, 26 Mar 2019 16:21:13 -0300 Subject: [PATCH] Exclude on-hold PRs and issues on stalebot. (#1696) --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 06a2cb3ee..237836a96 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,7 +8,8 @@ daysUntilStale: 30 daysUntilClose: 7 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable -exemptLabels: [] +exemptLabels: + - on-hold # Set to true to ignore issues in a project (defaults to false) exemptProjects: false