diff --git a/.github/workflows/auto-close-inactive-issues.yml b/.github/workflows/auto-close-inactive-issues.yml index c7b5bcd3c0d0..dc1b331b1841 100644 --- a/.github/workflows/auto-close-inactive-issues.yml +++ b/.github/workflows/auto-close-inactive-issues.yml @@ -28,3 +28,4 @@ jobs: labels-to-remove-when-unstale: 'stale,waiting for feedback' stale-issue-label: 'stale' stale-pr-label: 'stale' + operations-per-run: 1000