From 5ed92b2701582ae0332c759ad9deb4611870f2f5 Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 11 Mar 2026 17:54:36 +0000 Subject: [PATCH] Auto-merge version bump PRs --- .github/workflows/build.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 736a9ec..9a4588a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -57,11 +57,12 @@ jobs: git add VERSION git commit -m "Bump version to ${{ steps.check.outputs.version }}" git push origin "$branch" - gh pr create \ + pr_url=$(gh pr create \ --title "Bump proton-bridge to ${{ steps.check.outputs.version }}" \ - --body "Auto-detected new upstream release. Merging will trigger the build pipeline." \ + --body "Auto-detected new upstream release." \ --base master \ - --head "$branch" + --head "$branch") + gh pr merge "$pr_url" --squash --auto test: runs-on: ubuntu-latest