From d21d7ab935c0b39c73d4441f6d64fa7ea5537fc5 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Thu, 12 Jun 2025 08:29:25 +0100 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fa570d2c..d3997fac 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,16 +19,18 @@ 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" + stale-issue-label: "Stale" + exempt-issue-labels: "pinned,important" # 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." - - # Common configuration - exempt-issue-labels: "pinned,important" + close-pr-label: "Stale" + stale-pr-label: "Stale" exempt-pr-labels: "pinned,important" - - # Other configurations exempt-draft-pr: true - operations-per-run: 1000 - ascending: true \ No newline at end of file + + # Common configuration + operations-per-run: 5000 + ascending: true