diff options
author | Derek Bailey <derekbailey@google.com> | 2020-06-15 10:05:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 10:05:53 -0700 |
commit | 6682cfe870af7efcaaee22d58fdbdc202b3a13c7 (patch) | |
tree | 44b034e1f4f9bf5a677a48a4db20b2c0245abd3a | |
parent | 64922904bca14e817215acec9d1ddb9d65128876 (diff) | |
download | flatbuffers-6682cfe870af7efcaaee22d58fdbdc202b3a13c7.tar.gz flatbuffers-6682cfe870af7efcaaee22d58fdbdc202b3a13c7.tar.bz2 flatbuffers-6682cfe870af7efcaaee22d58fdbdc202b3a13c7.zip |
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).
-rw-r--r-- | .github/workflows/stale.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b67245c4..a27225d9 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 |