From f9fea96730014f91b2f6ff34379eecc684e0c42d Mon Sep 17 00:00:00 2001 From: MatteoGabriele Date: Sat, 18 Apr 2026 15:25:39 +0200 Subject: [PATCH 1/2] chore: increase operation per run in stale workflow --- .github/workflows/close-stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-stale.yml b/.github/workflows/close-stale.yml index e4e0bd536d..e0dcac9334 100644 --- a/.github/workflows/close-stale.yml +++ b/.github/workflows/close-stale.yml @@ -65,4 +65,4 @@ jobs: - Leave a comment explaining your progress We appreciate your interest in npmx and hope you'll continue contributing! 💙 - operations-per-run: 100 + operations-per-run: 300 From f57974bd9ebf1a2e69c9c19a96e4e7e690ed18e8 Mon Sep 17 00:00:00 2001 From: MatteoGabriele Date: Sat, 18 Apr 2026 15:32:21 +0200 Subject: [PATCH 2/2] chore: bump --- .github/workflows/close-stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-stale.yml b/.github/workflows/close-stale.yml index e0dcac9334..1d3d1f62f8 100644 --- a/.github/workflows/close-stale.yml +++ b/.github/workflows/close-stale.yml @@ -65,4 +65,4 @@ jobs: - Leave a comment explaining your progress We appreciate your interest in npmx and hope you'll continue contributing! 💙 - operations-per-run: 300 + operations-per-run: 500