From 20826336d9c2815da327ead99006b28dc8800082 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Mon, 23 Sep 2024 12:15:33 -0400 Subject: [PATCH] update stale issue configuration to use `any-of-issue-labels` (#18236) Release Notes: - N/A --- .github/workflows/close_stale_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close_stale_issues.yml b/.github/workflows/close_stale_issues.yml index 240403169c..1cac6450e8 100644 --- a/.github/workflows/close_stale_issues.yml +++ b/.github/workflows/close_stale_issues.yml @@ -20,7 +20,7 @@ jobs: close-issue-message: "This issue was closed due to inactivity; feel free to open a new issue if you're still experiencing this problem!" days-before-stale: 365 days-before-close: 7 - only-issue-labels: "defect,panic / crash" + any-of-issue-labels: "defect,panic / crash" operations-per-run: 100 ascending: true enable-statistics: true