From 0130dc45ab99ac981bb379fa06b1aa364f14dca2 Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Sat, 5 Oct 2024 22:41:41 +0200 Subject: [PATCH] =?UTF-8?q?stale=20workflow:=20increase=20operations-per-r?= =?UTF-8?q?un=20(default=3D30)=20so=20that=20all=20=E2=80=A6=20(#3581)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …issues can be processed --- .github/workflows/stale.yaml | 1 + CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 742c7021..fd73269c 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -17,5 +17,6 @@ jobs: stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions." days-before-issue-stale: 60 days-before-issue-close: 7 + operations-per-run: 100 stale-issue-label: "wontfix" exempt-issue-labels: "pinned,security,under investigation,pr welcome" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f58bd9a..2b9ac1ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ _This release is scheduled to be released on 2025-01-01._ ### Updated -- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity). +- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity) ### Fixed