Skip to content

Commit

Permalink
Handle 1000 operations per run and set the number of days to before an
Browse files Browse the repository at this point in the history
issue is considered stale to 45.
  • Loading branch information
Joshua-Riek committed Nov 29, 2024
1 parent b54d137 commit 0658739
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
steps:
- uses: actions/stale@v8
with:
days-before-stale: 60
operations-per-run: 1000
days-before-stale: 45
days-before-close: 14
exempt-issue-labels: pinned,security,planned
exempt-pr-labels: pinned,security,planned
stale-issue-label: "stale"
stale-pr-label: "stale"
stale-issue-message: |
Expand Down

0 comments on commit 0658739

Please sign in to comment.