From f6ed5067b0c21492124b77480e532123a919185d Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Fri, 17 Jul 2020 10:15:29 -0500 Subject: [PATCH] Remove wontfix label from stalebot (#6810) Replacing the `wontfix` label with `stale` label. `wontfix` looks like we would never fix them. --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index e08c0e16..6807ed06 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -17,7 +17,7 @@ exemptLabels: - security - up-for-grabs # Label to use when marking an issue as stale -staleLabel: wontfix +staleLabel: stale # Limit to only `issues` not `pulls` only: issues # Comment to post when marking an issue as stale. Set to `false` to disable