From ac371ba08e62bbe6f73c4745ad1c5d74616c343b Mon Sep 17 00:00:00 2001 From: michalChrobot Date: Tue, 1 Apr 2025 17:55:46 +0200 Subject: [PATCH] Update mark-stale-issue.yaml --- .github/workflows/mark-stale-issue.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mark-stale-issue.yaml b/.github/workflows/mark-stale-issue.yaml index 4ca2b11948..213ce2b613 100644 --- a/.github/workflows/mark-stale-issue.yaml +++ b/.github/workflows/mark-stale-issue.yaml @@ -4,7 +4,7 @@ # This affects only Issues but at some point we may also consider rules for PRs -name: Mark and Close Stale Issues +name: Mark or Close Stale Issues on: workflow_dispatch: @@ -21,7 +21,7 @@ jobs: - uses: actions/stale@v9 with: # Only mark issues (not PRs) as stale - only-issue-labels: 'stat:awaiting-response' + any-of-labels: 'stat:awaiting-response' days-before-stale: 30 days-before-close: 30 stale-issue-label: 'Stale'