From 9f5bfc723028176f86746bbab0adea2ba9282683 Mon Sep 17 00:00:00 2001 From: Andrii Siriak Date: Tue, 14 Sep 2021 21:16:13 +0300 Subject: [PATCH] feat: Unleash full power of the stale workflow (#1607) Set stale bot action limit to default because it's actually GitHub API action limit and not the number of issues/PRs it marks per run as I thought Co-authored-by: David Leal --- .github/workflows/stale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 199a8b1fc..93befa6cb 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,4 +16,3 @@ jobs: exempt-pr-labels: 'dont-close,approved' days-before-stale: 30 days-before-close: 7 - operations-per-run: 5