From 43b9d2968ffd3d39d1b52d520db2f508eb5ee337 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sun, 22 Feb 2026 15:56:31 -0800 Subject: [PATCH] Update changelog to mention scheduled workflow Co-Authored-By: Claude Opus 4.6 --- docs/changelog.d/feature-branch-cleanup-task.feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.d/feature-branch-cleanup-task.feature.md b/docs/changelog.d/feature-branch-cleanup-task.feature.md index 1174431..d504c0b 100644 --- a/docs/changelog.d/feature-branch-cleanup-task.feature.md +++ b/docs/changelog.d/feature-branch-cleanup-task.feature.md @@ -1 +1 @@ -Add `branch-cleanup` mise task to delete merged branches locally and on the Forgejo remote, with a configurable age cutoff (default 30 days). +Add `branch-cleanup` mise task and scheduled Forgejo workflow to delete merged branches locally and on the Forgejo remote. Detects squash-merged PRs via the Forgejo API. The workflow runs approximately every 10 days with a configurable age cutoff (default 30 days).