From 7c6c4ae47ffdd58739228b1f2a1a48cf5f5ba369 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Mon, 8 Oct 2018 22:26:14 +0200
Subject: [PATCH] Do not stale bug labeled issues.

---
 .github/stale.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/stale.yml b/.github/stale.yml
index ddcc87b..334bc76 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -8,6 +8,7 @@ exemptLabels:
   - rfc
   - security
   - pinned
+  - bug
 # Label to use when marking an issue as stale
 staleLabel: stale
 # Comment to post when marking an issue as stale. Set to `false` to disable
-- 
2.20.1