From 805c8e0ebfcde27aadbe23a64eb65cccfdecac2a Mon Sep 17 00:00:00 2001 From: Tihomir Krasimirov Mateev Date: Sun, 16 Feb 2025 14:25:42 +0100 Subject: [PATCH] Stale issues action bump (#3182) --- .github/workflows/stale-issues.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 27440099b..de20973f4 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 30 days this issue will be closed.' @@ -21,6 +21,6 @@ jobs: days-before-close: 14 stale-issue-label: "status: feedback-reminder" stale-pr-label: "status: feedback-reminder" - operations-per-run: 10 - remove-stale-when-updated: false + operations-per-run: 30 + remove-stale-when-updated: true only-labels: "status: waiting-for-feedback"