From 2b7e68d31bcab6bf44a13395ae13b98044263be5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 19 Jun 2019 00:27:58 +0200 Subject: [PATCH] Get stale bot of the PRs that have parents (#9650) --- .github/stale.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index e5b0f5e954c..304bb82e08f 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -3,9 +3,8 @@ daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale -#exemptLabels: -# - pinned -# - security +exemptLabels: + - has-parent # 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