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 cd9a44c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
steps:
- uses: actions/stale@v8
with:
days-before-stale: 60
ascending: true
operations-per-run: 1000
days-before-stale: 45
days-before-close: 14
exempt-issue-labels: pinned,security,planned
exempt-pr-labels: pinned,security,planned
any-of-issue-labels: bug,enhancement,stale
stale-issue-label: "stale"
stale-pr-label: "stale"
stale-issue-message: |
Expand Down

0 comments on commit cd9a44c

Please sign in to comment.