From 3a3c0d34faf7fb1daa6417ddb4e28f79780fabc5 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 10 Sep 2019 16:39:32 +0200 Subject: [PATCH] stale: only apply to PRs --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index b94c282142a9..c6a62268911b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,6 +7,7 @@ exemptLabels: - "Area: security" - "State: demonstrator" - "State: don't stale" + - "Type: bug" - "Type: tracking" # Label to use when marking an issue as stale staleLabel: "State: stale"