From 2650340b94889e2859bf76f192c67aa2b18fd377 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Sat, 6 Aug 2022 21:17:36 +0200 Subject: [PATCH] [skip ci] Also update message in feature closer --- .github/workflows/close-stale-feature-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-stale-feature-requests.yml b/.github/workflows/close-stale-feature-requests.yml index eff1a0bb624..b6727dc2401 100644 --- a/.github/workflows/close-stale-feature-requests.yml +++ b/.github/workflows/close-stale-feature-requests.yml @@ -18,6 +18,6 @@ jobs: # Hack to skip PRs, unfortunately there's no option to disable PRs only-pr-labels: inexistent-label stale-issue-message: >- - There has not been any recent activity in this feature request. It will automatically be closed in 7 days + There has not been any recent activity in this feature request. It will automatically be closed in 14 days if no further action is taken. Please see https://github.com/probot/stale#is-closing-stale-issues-really-a-good-idea to understand why we auto-close stale feature requests.