From b02e42c6dc6cad63d09b8ec43c66ac6884bba771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20Hjortsh=C3=B8j?= Date: Mon, 25 Jul 2022 00:05:36 +0200 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index bded3ebc7..185f9658c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: "Close Stale Issues & PRs" on: workflow_dispatch: schedule: - - cron: "0 0 * * *" + - cron: "0 21 * * *" permissions: issues: write @@ -41,3 +41,4 @@ jobs: exempt-draft-pr: true ascending: true operations-per-run: 1000 + exempt-issue-labels: "ignore"