Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
permissions:
issues: write # for actions/stale to close stale issues
pull-requests: write # for actions/stale to close stale PRs
actions: write # for actions/stale to cache stale saved state
if: github.repository == 'nodejs/node'
runs-on: ubuntu-slim
steps:
Expand All @@ -46,5 +47,5 @@ jobs:
close-pr-message: ${{ format(env.CLOSE_MESSAGE, 'pull request') }}
stale-pr-message: ${{ format(env.WARN_MESSAGE, 'pull request') }}
# 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
operations-per-run: 2500
remove-stale-when-updated: true
Loading