about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-10-26 12:45:52 +0200
committerGitHub <noreply@github.com>2019-10-26 12:45:52 +0200
commit4988ebba4e31aff5dee657836cf059b5843d9eb8 (patch)
tree13bd12242a4251e555f320fbe3df21fcf13cb255 /.github
parent9b36f62df63003419cb2ca08e77f2fa69fed91ad (diff)
Change stale bot to only touch pull requests over 120 days old (#12217)
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index bae597628..6601ef8c0 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,4 +1,4 @@
-daysUntilStale: 60
+daysUntilStale: 120
 daysUntilClose: 7
 exemptLabels:
   - security
@@ -7,3 +7,4 @@ markComment: >
   This issue has been automatically marked as stale because it has not had
   recent activity. It will be closed if no further activity occurs. Thank you
   for your contributions.
+only: pulls