Skip to content

Commit

Permalink
Increase operation per run limit for "Close inactive issues and PRs" …
Browse files Browse the repository at this point in the history
…workflow (vllm-project#9661)

Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Erkin Sagiroglu <[email protected]>
  • Loading branch information
hmellor authored and Erkin Sagiroglu committed Oct 26, 2024
1 parent 75d1d58 commit 536d216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
# Increasing this value ensures that changes to this workflow
# propagate to all issues and PRs in days rather than months
operations-per-run: 1000

exempt-draft-pr: true
exempt-issue-labels: 'keep-open'
exempt-pr-labels: 'keep-open'
Expand Down

0 comments on commit 536d216

Please sign in to comment.