From d3fc1cc34a45938f0c568f176dc69afef3e2535c Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Sat, 23 Jul 2022 20:09:26 +0000 Subject: [PATCH] ci: configure stale bot some more --- .github/workflows/stale.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index a89eed072f570..eb579a179648b 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -19,3 +19,16 @@ jobs: # Also, we promote minimizing WIP. days-before-pr-stale: 7 days-before-pr-close: 3 + stale-pr-message: > + This Pull Request is becoming stale. In order to minimize WIP, + prevent merge conflicts and keep the tracker readable, I'm going + close to this PR in 3 days if there isn't more activity. + stale-issue-message: > + This issue is becoming stale. In order to keep the tracker readable + and actionable, I'm going close to this issue in 7 days if there + isn't more activity. + # Upped from 30 since we have a big tracker and was hitting the limit. + operations-per-run: 60 + close-issue-reason: not_planned + # Start with the oldest issues, always. + ascending: true