From 494ec951d122f078df18d32aa520ba9b3f39b39f Mon Sep 17 00:00:00 2001 From: Mark Phelps Date: Wed, 26 Feb 2020 18:18:33 -0500 Subject: [PATCH] Only mark issues as stale for now until we go through backlog of PRs Only mark issues as stale for now until we go through backlog of PRs --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 65a41e3..27c3cf9 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -16,3 +16,5 @@ markComment: > for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false +# Only mark issues as stale for now until we go through backlog of PRs +only: issues