Skip to content

Commit 62a8213

Browse files
committed
fix: i'm bored
1 parent 9a216bf commit 62a8213

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,15 @@ jobs:
4242
token: ${{ secrets.GITHUB_TOKEN }}
4343
title: 'chore: Create new release'
4444
base: release
45-
branch: release-pr
46-
delete-branch: true
45+
branch: release-test
46+
delete-branch: false
47+
commit-message: "chore: merge release-test into release"
4748
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
4849
labels: |
4950
automated pr
5051
body: |
5152
Automated PR from release-test to release
5253
53-
Changes included in this PR:
54-
${{ github.event.head_commit.message }}
55-
5654
- name: Check outputs
5755
if: ${{ steps.cpr.outputs.pull-request-number }}
5856
run: |

0 commit comments

Comments
 (0)