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 09fee77 commit ed33ae7Copy full SHA for ed33ae7
1 file changed
.github/workflows/stale.yml
@@ -29,6 +29,7 @@ jobs:
29
permissions:
30
issues: write # for actions/stale to close stale issues
31
pull-requests: write # for actions/stale to close stale PRs
32
+ actions: write # for actions/stale to cache stale saved state
33
if: github.repository == 'nodejs/node'
34
runs-on: ubuntu-slim
35
steps:
@@ -46,5 +47,5 @@ jobs:
46
47
close-pr-message: ${{ format(env.CLOSE_MESSAGE, 'pull request') }}
48
stale-pr-message: ${{ format(env.WARN_MESSAGE, 'pull request') }}
49
# max requests it will send per run to the GitHub API before it deliberately exits to avoid hitting API rate limits
- operations-per-run: 500
50
+ operations-per-run: 2500
51
remove-stale-when-updated: true
0 commit comments