From 7e647b9e3f9ca077472225c04b8a9e114b44955d Mon Sep 17 00:00:00 2001 From: Kyle Doherty <kdoh@users.noreply.github.com> Date: Fri, 17 Jan 2020 12:28:30 -0500 Subject: [PATCH] override wontifx default and remove label check (#11744) --- .github/stale.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index f55b947fa4b..3fc00f89f04 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,14 +4,12 @@ only: pulls # Number of days of inactivity before an issue becomes stale daysUntilStale: 60 +# Override the default Label of "wontfix" +staleLabel: "" + # 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 - # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue was automatically marked as stale due to a lack of recent activity. -- GitLab