From 35a440abd0d876ad399cdcf09950e85ba4c59ade Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 29 Jun 2025 21:57:30 -0700 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f7e6205189..2c4b08b0a3 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -31,10 +31,7 @@ jobs: # A label to apply to stale issues. stale-issue-label: 'inactive' - # Set to true to only process issues and ignore pull requests. - only-issues: true - # The number of operations to perform per run to avoid rate limiting. - operations-per-run: 30 + operations-per-run: 100 enable-statistics: false