Don't delete the branch after PR creation

This commit is contained in:
Savarn Dontamsetti 2023-08-24 14:31:31 -04:00
parent b2d1a2fab9
commit 518d2e55b4
No known key found for this signature in database
GPG Key ID: 5AFB7A2D6A6A8F0A

View File

@ -68,7 +68,6 @@ jobs:
title: 'Published ${{ github.ref }}' title: 'Published ${{ github.ref }}'
body: 'Syncing CHANGELOG and package version updates from publish action ${{github.run_id}}-${{github.run_number}} into ${{ github.ref}} branch' body: 'Syncing CHANGELOG and package version updates from publish action ${{github.run_id}}-${{github.run_number}} into ${{ github.ref}} branch'
reviewers: ${{ github.actor }} reviewers: ${{ github.actor }}
delete-branch: true
- name: 'Create PR to merge ref branch into main' - name: 'Create PR to merge ref branch into main'
uses: peter-evans/create-pull-request@v5 uses: peter-evans/create-pull-request@v5
with: with: