From ae1c1c4f554b85f4fb7928ddb019708366569184 Mon Sep 17 00:00:00 2001 From: Nicholas Griffin Date: Wed, 4 Oct 2023 23:13:33 +0100 Subject: [PATCH] chore: updating settings for stale --- .github/workflows/stale.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ca9c9f1..de0eae0 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,3 +18,7 @@ jobs: days-before-issue-close: 5 days-before-pr-close: 10 operations-per-run: 90 + exempt-issue-labels: keep + exempt-pr-labels: keep + exempt-all-assignees: true + exempt-all-milestones: true