From c2e64329afe9aab795288dff63f6a211a8babcdc Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:54:46 +0100 Subject: [PATCH] stale.yml: do 5 operation per run [Best practices for using the REST API](https://docs.github.com/en/rest/using-the-rest-api/best-practices-for-using-the-rest-api?apiVersion=2022-11-28) --- .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 23e24e72..811a493a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -31,4 +31,4 @@ jobs: stale-pr-message: "This PR is stale because it has been open for 30 days with no activity." close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale." repo-token: ${{ secrets.GITHUB_TOKEN }} - operations-per-run: 100 + operations-per-run: 5