From cf90b9f488aa39b503386ce3b893acb1515edf07 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Wed, 1 May 2024 08:59:03 +0900 Subject: [PATCH] Update stale workflow to include any-of-labels instead of only-labels Signed-off-by: Tsuyoshi Hombashi --- .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 059140e..b694e45 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,4 +14,4 @@ jobs: close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.' days-before-stale: 15 days-before-close: 7 - only-labels: 'invalid,needs-info,wontfix' + any-of-labels: 'invalid,needs-info,wontfix'