From ee57cd7d3b25b7a054f8742fd9f43db1fcce040c Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Tue, 27 Aug 2019 10:32:31 +0200 Subject: [PATCH] don't mark blocked issues as stale [ci skip] --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index c6cbb1928..58ad1e2ad 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 30 exemptLabels: - type:security-issue # never close automatically - state:awaiting-response # handled by different bot + - state:blocked # Set to true to ignore issues in a milestone (defaults to false) exemptMilestones: true # Label to use when marking an issue as stale