From 8622e5c3788bf1c072e7ba1efba06b77f54ac702 Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Mon, 11 Mar 2019 19:24:11 -0500 Subject: [PATCH] Prevent Stalebot from closing PRs (#5416) --- .github/stale.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 0529aff6..afe744a6 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,9 +7,14 @@ exemptLabels: - pinned - security - good first issue - - up for grabs + - up-for-grabs + - bug + - enhancement + - help wanted # Label to use when marking an issue as stale staleLabel: wontfix +# Limit to only `issues` not `pulls` +only: issues # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had