Skip to content

Commit 7804cff

Browse files
authored
Fix stale message in close-stale-feature-requests.yml
1 parent 625f164 commit 7804cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close-stale-feature-requests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
only-issue-labels: "Status: Requires RFC,Feature"
1818
# Hack to skip PRs, unfortunately there's no option to disable PRs
1919
only-pr-labels: inexistent-label
20-
stale-pr-message: >-
20+
stale-issue-message: >-
2121
There has not been any recent activity in this feature request. It will automatically be closed in 7 days
2222
if no further action is taken. Please see https://github.com/probot/stale#is-closing-stale-issues-really-a-good-idea
2323
to understand why we auto-close stale feature requests.

0 commit comments

Comments
 (0)