From 3ac790d30f8aedcb3791fc8ee5576c5ecbf0c682 Mon Sep 17 00:00:00 2001 From: Alexander Graf <17130992+aandergr@users.noreply.github.com> Date: Mon, 20 May 2024 09:50:48 +0200 Subject: [PATCH] Fix actions/stale 'leave open' handling --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 842ede5..3b81dd7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: "10 14 * * *" + - cron: "55 7 * * *" jobs: stale: @@ -28,7 +28,7 @@ jobs: stale-pr-message: 'There has been no activity on this Pull Request for an extended period of time. This Pull Request will be closed after further 14 days of inactivity.' stale-issue-label: 'stale' stale-pr-label: 'stale' - exempt-issue-label: 'leave open' - exempt-pr-label: 'leave open' + exempt-issue-labels: 'leave open' + exempt-pr-labels: 'leave open' days-before-stale: 189 days-before-close: 14