aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBrandon Keepers <bkeepers@github.com>2017-04-01 11:27:26 -0500
committerGitHub <noreply@github.com>2017-04-01 11:27:26 -0500
commit910630a3ee80e972ed285dd3e08bbf21cfc7e5d6 (patch)
tree1e5cde1e9068a60bb8add7da725e96d3022f319f /.github
parent56014880a2d25416befbd2e440fc94c2b66a0026 (diff)
downloadrails-910630a3ee80e972ed285dd3e08bbf21cfc7e5d6.tar.gz
rails-910630a3ee80e972ed285dd3e08bbf21cfc7e5d6.tar.bz2
rails-910630a3ee80e972ed285dd3e08bbf21cfc7e5d6.zip
Limit stale checks to issues
Diffstat (limited to '.github')
-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