From 13916faa7e6a34a5f03b4a6cd4fd3d9bb2c9a257 Mon Sep 17 00:00:00 2001 From: Oliver Wolff <23139298+cuioss@users.noreply.github.com> Date: Wed, 4 Feb 2026 12:26:24 +0100 Subject: [PATCH] feat: enable auto-merge for build version updates Enable automated merging of build version PRs to reduce manual maintenance overhead. Co-Authored-By: Claude Opus 4.5 --- .github/project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/project.yml b/.github/project.yml index e8405ea..54c2cb8 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -23,5 +23,5 @@ pages: deploy-at-release: true github-automation: - auto-merge-build-versions: false + auto-merge-build-versions: true auto-merge-build-timeout: 240