Skip to content

Commit

Permalink
🌱 workflows/stale: Update workflow to increase operations-per-run to …
Browse files Browse the repository at this point in the history
…process more issues (#3483)

* Update workflow to increase operations per run to process more issues

* 🌱 workflows/stale: Increased operations-per-run from default and reduced days to close stale issues
  • Loading branch information
afmarcum authored Sep 16, 2023
1 parent e515c2a commit 4a0e3ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
days-before-pr-stale: '10'
days-before-pr-close: '20'
days-before-issue-stale: '60'
days-before-issue-close: '67'
days-before-issue-close: '7'
operations-per-run: '100'

0 comments on commit 4a0e3ff

Please sign in to comment.