From 220f02fb84363140683ac37fd215a02616b605db Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 24 Jun 2026 08:49:21 +0200 Subject: [PATCH] ci: use stable branch name for gardenlinux update workflow Use a fixed branch name instead of one derived from the run number so the gardenlinux image update produces exactly one branch and one pull request. peter-evans/create-pull-request then updates the existing PR on subsequent runs instead of opening a new PR every time. Also fix the PR title typo "mage" -> "image". Assisted-by: Claude:claude-opus-4-8 Signed-off-by: Christian Berendt --- .github/workflows/update-image-gardenlinux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-image-gardenlinux.yml b/.github/workflows/update-image-gardenlinux.yml index f3730f8f..00cbde1f 100644 --- a/.github/workflows/update-image-gardenlinux.yml +++ b/.github/workflows/update-image-gardenlinux.yml @@ -34,9 +34,9 @@ jobs: Signed-off-by: OSISM Bot committer: OSISM Bot - branch: updates-image-gardenlinux-${{ github.run_number }} + branch: updates-image-gardenlinux delete-branch: true - title: "chore: update gardenlinux mage" + title: "chore: update gardenlinux image" body: | chore: update gardenlinux image