From 068aa89c3790ec1a0f54323603e4f806dc5f97f6 Mon Sep 17 00:00:00 2001 From: Florian Metz Date: Sun, 29 Dec 2024 15:43:45 +0100 Subject: [PATCH] chore(workflows): update stale issue handling (#9019) Only closes bugs with the needs-repro label --- .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 3642e2242048..2150d1be5f19 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -32,5 +32,5 @@ jobs: If you believe this PR is still relevant, feel free to reopen it or create a new one with updated information. stale-pr-label: inactive stale-issue-label: inactive - only-issue-labels: bug + only-issue-labels: bug,needs repro operations-per-run: 1000