From 95c2e39a88215989d25bf0b231c5f73b44b06767 Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Sun, 26 Nov 2023 20:30:52 -0500 Subject: [PATCH] Update stale.yml: Unify "needs info" handling Unifies stale handling of bug tagged Issues with other Nextcloud repos (e.g. server and android). Signed-off-by: Josh Richards --- .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 b2185661b4ad4..889f9a308c4ca 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: days-before-stale: 28 days-before-close: 14 days-before-pr-close: -1 - only-labels: 'bug' + only-labels: 'bug,need info' exempt-issue-labels: 'approved' stale-issue-message: 'This bug report did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details,