diff options
author | Matthew Draper <matthew@trebex.net> | 2017-04-02 14:08:39 +0930 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-02 14:08:39 +0930 |
commit | eb180f14f46d11963fa2a725a5657eb16d5900ca (patch) | |
tree | fdb7b9bc5eb991f96911aca12860e869699b99f5 | |
parent | 0bf48490305c93238747194895e360031d924673 (diff) | |
parent | 910630a3ee80e972ed285dd3e08bbf21cfc7e5d6 (diff) | |
download | rails-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.yml | 2 |
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 |