Skip to content

Commit

Permalink
Change operations per run to 50
Browse files Browse the repository at this point in the history
I'm aiming for ~10 stales/closes per day. Unfortunately I can't specify that directly and instead have to estimate it based on the operations per day.
  • Loading branch information
Alexander01998 authored Nov 9, 2023
1 parent cefa68a commit 437c60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
days-before-close: 7
stale-issue-label: "status:stale"
stale-pr-label: "status:stale"
operations-per-run: 30
operations-per-run: 50
enable-statistics: true

0 comments on commit 437c60f

Please sign in to comment.