Skip to content

Commit

Permalink
Update stale.yml to 300 ops per run (ultralytics#8061)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored and tdhooghe committed Jun 10, 2022
1 parent 5b38afc commit c1c6dca
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 @@ -35,4 +35,4 @@ jobs:
days-before-stale: 30
days-before-close: 5
exempt-issue-labels: 'documentation,tutorial,TODO'
operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting.
operations-per-run: 300 # The maximum number of operations per run, used to control rate limiting.

0 comments on commit c1c6dca

Please sign in to comment.