From 36f105a220a6dde05969b822cd616974164e9272 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Fri, 30 Apr 2021 20:29:45 +0100 Subject: [PATCH] Excavator: stale-bot closes PRs after 14 days of inactivity (#425) --- .github/stale.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 584b1e3..2bf372b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,7 @@ # Excavator auto-updates this file. Please contribute improvements to the central template: +only: pulls +staleLabel: stale pulls: daysUntilStale: 14 daysUntilClose: 7 @@ -8,10 +10,3 @@ pulls: This PR has been automatically marked as stale because it has not been touched in the last 14 days. If you'd like to keep it open, please leave a comment or add the 'long-lived' label, otherwise it'll be closed in 7 days. closeComment: false - staleLabel: stale - -issues: - daysUntilStale: 120 - daysUntilClose: false - exemptLabels: [ long-lived ] - staleLabel: wontfix