From ae78fb857ef9cf70ea91371853771be074db67cf Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 17 Feb 2020 00:22:51 +0100 Subject: [PATCH] Activate Stale bot for PR's (#31837) * Activate Stale bot for PR's * Disable issues only --- .github/stale.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 44cd95e1f5d..e75d791a57c 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -52,4 +52,14 @@ markComment: > limitPerRun: 30 # Limit to only `issues` or `pulls` -only: issues +# only: issues + +# Handle pull requests a little bit faster and with an adjusted comment. +pulls: + daysUntilStale: 30 + markComment: > + There hasn't been any activity on this pull request recently. This pull + request has been automatically marked as stale because of that and will + be closed if no further activity occurs within 7 days. + + Thank you for your contributions.