From d39b39570381a9b0af4c0b5082884c8e28ab957d Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 29 Jun 2026 19:51:06 +0900 Subject: [PATCH] github: workflows: Use semver and timestamp suffixes to distinguish branches Signed-off-by: Hiroshi Hatake --- .github/workflows/staging-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/staging-release.yaml b/.github/workflows/staging-release.yaml index a21c0df897b..ba2bafb27ad 100644 --- a/.github/workflows/staging-release.yaml +++ b/.github/workflows/staging-release.yaml @@ -1156,6 +1156,8 @@ jobs: id: cpr uses: peter-evans/create-pull-request@v8 with: + branch: create-pull-request/bump-version-${{ steps.semvers.outputs.patch }} + branch-suffix: timestamp commit-message: 'release: update to ${{ steps.semvers.outputs.patch }}' signoff: true delete-branch: true