From 300cc7aba000e87327af09d76fad3a48e058a537 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Mon, 25 Oct 2021 15:09:29 +0200 Subject: [PATCH] Adjust stale config --- .github/workflows/stale.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6853de9bdd14..bb1ec9c066c8 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,7 +22,6 @@ jobs: stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.' close-issue-message: 'This issue has been automatically closed.' stale-issue-label: 'status/STALE' - exempt-issue-labels: - - "Type:Bug" - - "technical debt" - - "QA:team" + exempt-issue-labels: 'Type:Bug,technical debt,QA:team' + days-before-pr-stale: -1 + days-before-pr-close: -1