We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a216bf commit 62a8213Copy full SHA for 62a8213
.github/workflows/create-release-pr.yml
@@ -42,17 +42,15 @@ jobs:
42
token: ${{ secrets.GITHUB_TOKEN }}
43
title: 'chore: Create new release'
44
base: release
45
- branch: release-pr
46
- delete-branch: true
+ branch: release-test
+ delete-branch: false
47
+ commit-message: "chore: merge release-test into release"
48
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
49
labels: |
50
automated pr
51
body: |
52
Automated PR from release-test to release
53
- Changes included in this PR:
54
- ${{ github.event.head_commit.message }}
55
-
56
- name: Check outputs
57
if: ${{ steps.cpr.outputs.pull-request-number }}
58
run: |
0 commit comments