diff options
| author | Brandon Keepers <bkeepers@github.com> | 2017-04-01 11:27:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-01 11:27:26 -0500 |
| commit | 910630a3ee80e972ed285dd3e08bbf21cfc7e5d6 (patch) | |
| tree | 1e5cde1e9068a60bb8add7da725e96d3022f319f | |
| parent | 56014880a2d25416befbd2e440fc94c2b66a0026 (diff) | |
| download | rails-910630a3ee80e972ed285dd3e08bbf21cfc7e5d6.tar.gz rails-910630a3ee80e972ed285dd3e08bbf21cfc7e5d6.tar.bz2 rails-910630a3ee80e972ed285dd3e08bbf21cfc7e5d6.zip | |
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 |
