From 715df4cd92cf360c3bb9c415825f0422aad0e0f8 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 20 Jan 2021 13:35:09 +0300 Subject: [PATCH] Pull request: all: don't close recurrent issues as stale Merge in DNS/adguard-home from fix-stale to master Updates #2275. Squashed commit of the following: commit 01cc5b85c2cb4905bb964d6b3e949e33f56d4763 Author: Ainar Garipov Date: Wed Jan 20 13:21:14 2021 +0300 all: don't close recurrent issues as stale --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 90e24289..5c7c4caa 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,7 @@ - 'enhancement' - 'feature request' - 'localization' +- 'recurrent' # Label to use when marking an issue as stale. 'staleLabel': 'wontfix' # Comment to post when marking an issue as stale. Set to `false` to disable.