From fee52218dd73c38018933d40295d4d59c9595e58 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 8 Jul 2024 22:29:23 +0200 Subject: [PATCH] Increase number of GitHub operations allowed in stale bot --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 72cf595ee..c0e0205cc 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,6 +12,7 @@ jobs: steps: - uses: actions/stale@v9 with: + operations-per-run: 1000 stale-issue-message: 'This issue seems to be stale. It will be closed in 30 days if no further activity occurs.' stale-pr-message: 'This PR seems to be stale. Is it still relevant?' days-before-issue-stale: 180 # 6 months