From 876c9f5a0963a86685c05b102d75dd805ae40b2f Mon Sep 17 00:00:00 2001 From: Vukile Langa Date: Wed, 19 Aug 2026 19:18:36 +0200 Subject: [PATCH] ci(*): sync release version with staging --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aea449933..b9fe4275c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,6 +109,9 @@ jobs: --title "Sync version $VERSION to staging" \ --body "Automated sync of released version \`$VERSION\` back to staging." \ || echo "PR already exists" + gh pr merge $BRANCH \ + --merge --admin --delete-branch \ + --subject "Merge: sync version $VERSION to staging [skip ci]" # ------------------------ # Publish (DockerHub)