increase number of operations per run to 100

The default number of operations the stale issue bot will run is 30. This is a good size for a small-to-medium sized project and it prevents rate limits. However, for a project as large as Helm, the number of operations need to be increased so that it can find and close stale issues.

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/9037/head
Matthew Fisher 4 years ago
parent d9c5754dfc
commit b79134a91d
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -13,3 +13,4 @@ jobs:
exempt-issue-labels: 'keep+open,v4.x'
days-before-stale: 90
days-before-close: 30
operations-per-run: 100

Loading…
Cancel
Save