aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-04-02 14:08:39 +0930
committerGitHub <noreply@github.com>2017-04-02 14:08:39 +0930
commiteb180f14f46d11963fa2a725a5657eb16d5900ca (patch)
treefdb7b9bc5eb991f96911aca12860e869699b99f5
parent0bf48490305c93238747194895e360031d924673 (diff)
parent910630a3ee80e972ed285dd3e08bbf21cfc7e5d6 (diff)
downloadrails-eb180f14f46d11963fa2a725a5657eb16d5900ca.tar.gz
rails-eb180f14f46d11963fa2a725a5657eb16d5900ca.tar.bz2
rails-eb180f14f46d11963fa2a725a5657eb16d5900ca.zip
Merge pull request #28636 from bkeepers/patch-2
Limit stale checks to issues
-rw-r--r--.github/stale.yml2
1 files changed, 2 insertions, 0 deletions
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