From a8029d474f85971780d45396f7419bc4bb9da3dc Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Wed, 17 Apr 2024 18:25:06 +0200 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d03ba02..3218d53 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@main + - uses: actions/stale@v9 with: stale-issue-message: | This issue has been open for a while with no recent activity. If this issue is still important to you, please add a comment within the next 7 days to keep it open. Otherwise, the issue will be automatically closed to free up time for other tasks. @@ -31,6 +31,8 @@ jobs: - They have bugs or conflicts that won't be resolved days-before-stale: 60 days-before-close: 7 + exempt-issue-labels: "status:never-stale" + exempt-pr-labels: "status:never-stale" stale-issue-label: "status:stale" stale-pr-label: "status:stale" operations-per-run: 30