Skip to content

Commit ed33ae7

Browse files
authored
meta: speed up stale bot
Signed-off-by: Aviv Keller <me@aviv.sh> PR-URL: #64075 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
1 parent 09fee77 commit ed33ae7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
permissions:
3030
issues: write # for actions/stale to close stale issues
3131
pull-requests: write # for actions/stale to close stale PRs
32+
actions: write # for actions/stale to cache stale saved state
3233
if: github.repository == 'nodejs/node'
3334
runs-on: ubuntu-slim
3435
steps:
@@ -46,5 +47,5 @@ jobs:
4647
close-pr-message: ${{ format(env.CLOSE_MESSAGE, 'pull request') }}
4748
stale-pr-message: ${{ format(env.WARN_MESSAGE, 'pull request') }}
4849
# max requests it will send per run to the GitHub API before it deliberately exits to avoid hitting API rate limits
49-
operations-per-run: 500
50+
operations-per-run: 2500
5051
remove-stale-when-updated: true

0 commit comments

Comments
 (0)