From dd95def0d153791ea8307f2488814861169f4f8f Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci Date: Thu, 9 May 2024 11:36:45 +0200 Subject: [PATCH] introduce any-of-labels (#7676) --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ec727404d2a..4ac6c92fcd0 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/stale@v9 with: - only-labels: 'proposal,community-triage' + any-of-labels: 'proposal,community-triage' stale-pr-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.' days-before-stale: 30 days-before-close: 10