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 eca93c5 commit f626608Copy full SHA for f626608
.github/workflows/release-extension.yaml
@@ -111,11 +111,10 @@ jobs:
111
commit-message: "Update README and CHANGELOG for v${{ needs.check_version.outputs.new_version }}"
112
body: "This PR updates the README and CHANGELOG files for the new version v${{ needs.check_version.outputs.new_version }}."
113
labels: documentation, release, github-actions
114
- delete-branch: true
115
116
- name: Merge Pull Request
117
id: merge_pr
118
- run: gh pr merge "${{ steps.create_pr.outputs.pull-request-number }}"
+ run: gh pr merge "${{ steps.create_pr.outputs.pull-request-number }}" --squash --delete-branch
119
env:
120
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121
0 commit comments