Skip to content

Commit

Permalink
Handle 1000 operations per run when parsing for stale issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Nov 29, 2024
1 parent b54d137 commit 985aafa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- uses: actions/stale@v8
with:
operations-per-run: 200
days-before-stale: 60
days-before-close: 14
exempt-issue-labels: pinned,security,planned
Expand Down

0 comments on commit 985aafa

Please sign in to comment.