From f18afffc8d5dad9eee9133780000ccbc6801ff5c Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Mon, 13 Jun 2022 11:15:24 +1000 Subject: `actions/stale`: 150 operations, oldest-first. --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index eac6eb04ed..8d24911dc7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,8 @@ jobs: remove-stale-when-updated: true exempt-draft-pr: true - operations-per-run: 1000 + ascending: true + operations-per-run: 150 stale-issue-label: stale days-before-issue-stale: 90 -- cgit v1.2.3