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"

(cherry picked from commit 156bd6e)
  • Loading branch information
JReinhold authored and shilman committed Jun 27, 2023
1 parent ebfbf2f commit fa7ec4d
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,8 +164,8 @@ jobs:
gh pr create \
--repo "${{github.repository }}"\
--title "Release: Merge patches to \`main\` (without version bump)" \
--label "release" \
--base latest-release \
--label "build" \
--head version-patch-from-${{ steps.versions.outputs.current }} \
--body "${{ steps.description.outputs.description }}"
fi
Expand Down

0 comments on commit fa7ec4d

Please sign in to comment.