From 1481cc2730e19d9123faeaf1c6159ffeb6e1e266 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 8 Aug 2024 13:24:46 -0700 Subject: [PATCH] Update stale.yaml --- .github/workflows/stale.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index f0e0b3d6169fa..3355092d35efe 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -1,7 +1,7 @@ name: Close inactive issues on: - schedule: - - cron: "15 * * * *" + # schedule: + # - cron: "15 * * * *" workflow_dispatch: jobs: @@ -27,4 +27,4 @@ jobs: stale-pr-message: "This pull request is stale and may be closed due to inactivity." close-pr-message: "This pull request has been closed due to inactivity." repo-token: ${{ github.token }} - debug-only: true + operations-per-run: 100