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.