From 34e39283b77a4a799e7a0a31b7a62bf06cb45a0e Mon Sep 17 00:00:00 2001 From: Otto Bittner Date: Mon, 3 Apr 2023 08:58:06 +0200 Subject: [PATCH] ci: do not create branch during release workflow This seems to bother the create-pull-request action. See: https://github.com/peter-evans/create-pull-request/issues/1203 --- .github/workflows/release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 918459c3a5..2b86843046 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -343,13 +343,6 @@ jobs: with: ref: ${{ needs.verify-inputs.outputs.RELEASE_BRANCH }} - - name: Create branch with changes - run: | - git config --global user.name "release[bot]" - git config --global user.email "release[bot]@users.noreply.github.com" - git fetch - git checkout -b "${NEW_BRANCH}" - - name: Create PR uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # v4.2.4 with: