From 910630a3ee80e972ed285dd3e08bbf21cfc7e5d6 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Sat, 1 Apr 2017 11:27:26 -0500 Subject: Limit stale checks to issues --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/stale.yml b/.github/stale.yml index 56da818396..71704b3cd7 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -24,3 +24,5 @@ markComment: > Thank you for all your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false +# Limit to only `issues` or `pulls` +only: issues -- cgit v1.2.3