From 1d7d68cde36f72c835cc60036f8fd4e6af7e9852 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Thu, 12 Jun 2025 08:59:24 +0100 Subject: [PATCH] final attempt at stale.yml --- .github/workflows/stale.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d3997fac..acbff5f0 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,16 +19,16 @@ jobs: # Issues configuration stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions." close-issue-message: "This issue has been automatically closed due to inactivity. If you believe this is still relevant, please feel free to reopen it." - close-issue-label: "Stale" + close-issue-label: "Closed" stale-issue-label: "Stale" - exempt-issue-labels: "pinned,important" + exempt-issue-labels: "pinned,important,Closed" # PRs configuration stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions." close-pr-message: "This pull request has been automatically closed due to inactivity. If you'd like to continue working on it, please reopen it." - close-pr-label: "Stale" + close-pr-label: "Closed" stale-pr-label: "Stale" - exempt-pr-labels: "pinned,important" + exempt-pr-labels: "pinned,important,Closed" exempt-draft-pr: true # Common configuration