Skip to content

Commit e341efe

Browse files
targosruyadorno
authored andcommitted
tools: configure never-stale label correctly
Feature requests are issues, not PRs. PR-URL: #49498 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 5366027 commit e341efe

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
@@ -48,7 +48,7 @@ jobs:
4848
close-issue-message: ${{ env.CLOSE_MESSAGE }}
4949
stale-issue-message: ${{ env.WARN_MESSAGE }}
5050
only-labels: feature request
51-
exempt-pr-labels: never-stale
51+
exempt-issue-labels: never-stale
5252
# max requests it will send per run to the GitHub API before it deliberately exits to avoid hitting API rate limits
5353
operations-per-run: 500
5454
remove-stale-when-updated: true

0 commit comments

Comments
 (0)