From 068af64b190f25ff328dd057f5071a8cd31531a2 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Wed, 13 Apr 2022 13:03:27 -0400 Subject: [PATCH] inactive PRs awaiting info from author for > 30 days should go stale (#5319) Signed-off-by: Chris O'Haver --- .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 5b2d59c68..793dad620 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -23,4 +23,4 @@ jobs: exempt-all-milestones: true labels-to-remove-when-unstale: 'answered,needs info,needs update' any-of-issue-labels: 'answered,needs info' - any-of-pr-labels: 'needs update' + any-of-pr-labels: 'needs update,needs info'