From 35209d921df2d6a5418141814fb0a26a7dc06f33 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 9 May 2023 17:06:47 -0700 Subject: [PATCH] bump stale limit (#9691) --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f9b5cc6ca..3b6781371 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -44,4 +44,4 @@ jobs: # Limit the number of actions per run. As of writing this, GitHub's # rate limit is 1000 requests per hour so we're still a ways off. See # https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limits-for-requests-from-github-actions. - operations-per-run: 120 + operations-per-run: 180