From 8226d30af0f1576d4bca9b411dd5e7b7dc03e773 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Fri, 27 Jan 2023 13:16:15 -0800 Subject: [PATCH] Bump up the number of operations to 30 (#9554) This is the default value, which is sensible since an "operation" basically corresponds to a GH API call, and 1 won't really let us do anything. --- .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 010259922..fe9b55ec9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -39,4 +39,4 @@ jobs: take a look. # Limit the number of actions per hour, from 1-30. Default is 30 - operations-per-run: 1 + operations-per-run: 30