From d4eb71e917e04e98b7d136733e78519491029e37 Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 10 Jul 2026 12:23:14 +0000 Subject: [PATCH] Enable changelog updates in groundskeeper workflow --- .github/workflows/groundskeeper.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/groundskeeper.yml b/.github/workflows/groundskeeper.yml index 6779e76d..2efc16dd 100644 --- a/.github/workflows/groundskeeper.yml +++ b/.github/workflows/groundskeeper.yml @@ -32,4 +32,6 @@ jobs: directory: pkgs/${{ matrix.package }} branch: auto-tidy-${{ matrix.package }} title: 'Tidy: package:${{ matrix.package }}' + update-changelog: true + changelog-message: 'Automated formatting and fixes.' secrets: inherit