From bd7a8804683e687975aa5374cfec6204ab9b0345 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Sun, 4 Sep 2022 07:25:18 +0400 Subject: [PATCH] Increase operation limit of stale action to 1000 for it to operate normally --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c1badb42b5..219f95a82a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,3 +22,4 @@ jobs: days-before-stale: 180 days-before-close: 30 days-before-pr-stale: -1 + operations-per-run: 1000