From 7804cffe04bda679bad42bb3805fb128d7df6451 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Sun, 31 Jul 2022 00:49:41 +0200 Subject: [PATCH] Fix stale message in close-stale-feature-requests.yml --- .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 cc25ce87d10..362cbd67218 100644 --- a/.github/workflows/close-stale-feature-requests.yml +++ b/.github/workflows/close-stale-feature-requests.yml @@ -17,7 +17,7 @@ jobs: only-issue-labels: "Status: Requires RFC,Feature" # Hack to skip PRs, unfortunately there's no option to disable PRs only-pr-labels: inexistent-label - stale-pr-message: >- + stale-issue-message: >- There has not been any recent activity in this feature request. It will automatically be closed in 7 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.