From: Derek Bailey Date: Mon, 15 Jun 2020 17:05:53 +0000 (-0700) Subject: Increased Operations per run in stale.yml X-Git-Tag: v2.0.0~304 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6682cfe870af7efcaaee22d58fdbdc202b3a13c7;p=platform%2Fupstream%2Fflatbuffers.git Increased Operations per run in stale.yml The default operations per run is 30 which would be consumed on the reprocessing already-marked issues. Greatly increased the operations per run to process all issues and pull request (~200 + 83 * 5). --- diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b67245c..a27225d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,3 +17,4 @@ jobs: stale-issue-message: 'This issue is stale because it has been open 6 months with no activity. Please comment or this will be closed in 14 days.' days-before-stale: 182 # 6 months days-before-close: 14 + operations-per-run: 1500