fix: add cc @cpfarhood to release PR body per org policy
All PRs must include cc @cpfarhood. The automated release PR body generated by plugin-release.yaml was missing this. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -215,7 +215,9 @@ jobs:
|
|||||||
VERSION="${{ inputs.version }}"
|
VERSION="${{ inputs.version }}"
|
||||||
gh pr create \
|
gh pr create \
|
||||||
--title "release: v${VERSION}" \
|
--title "release: v${VERSION}" \
|
||||||
--body "Automated version bump and checksum update for v${VERSION}." \
|
--body "Automated version bump and checksum update for v${VERSION}.
|
||||||
|
|
||||||
|
cc @cpfarhood" \
|
||||||
--base main \
|
--base main \
|
||||||
--head "release/v${VERSION}"
|
--head "release/v${VERSION}"
|
||||||
gh pr merge "release/v${VERSION}" --auto --squash --delete-branch
|
gh pr merge "release/v${VERSION}" --auto --squash --delete-branch
|
||||||
|
|||||||
Reference in New Issue
Block a user