8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5366027 commit e341efeCopy full SHA for e341efe
.github/workflows/close-stale-feature-requests.yml
@@ -48,7 +48,7 @@ jobs:
48
close-issue-message: ${{ env.CLOSE_MESSAGE }}
49
stale-issue-message: ${{ env.WARN_MESSAGE }}
50
only-labels: feature request
51
- exempt-pr-labels: never-stale
+ exempt-issue-labels: never-stale
52
# max requests it will send per run to the GitHub API before it deliberately exits to avoid hitting API rate limits
53
operations-per-run: 500
54
remove-stale-when-updated: true
0 commit comments