From fed7d04041a57f152dc557f2df1f67eb3f4b24b2 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Thu, 26 Feb 2026 11:57:23 +0100 Subject: [PATCH] Enable stale branches cleanup --- .github/workflows/branch_cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch_cleanup.yml b/.github/workflows/branch_cleanup.yml index cbda19318f..5cb9e7fccc 100644 --- a/.github/workflows/branch_cleanup.yml +++ b/.github/workflows/branch_cleanup.yml @@ -17,5 +17,5 @@ jobs: # ignore-branches: "" ignored-prefixes: "maintenance/" last-commit-age-days: 90 - dry-run: true + dry-run: false rate-limit: true \ No newline at end of file