Skip to content

Commit

Permalink
Merge pull request #23219 from storybookjs/label-merge-as-release
Browse files Browse the repository at this point in the history
Release tooling: Label merges as "release"
  • Loading branch information
JReinhold authored Jun 27, 2023
2 parents 1dc1ed5 + e851025 commit 156bd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
gh pr create \
--repo "${{github.repository }}"\
--title "Release: Merge patches to \`main\` (without version bump)" \
--label "build" \
--label "release" \
--base latest-release \
--head version-patch-from-${{ steps.versions.outputs.current }} \
--body "${{ steps.description.outputs.description }}"
Expand Down

0 comments on commit 156bd6e

Please sign in to comment.