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:
github-actions[bot]
2026-03-21 22:57:47 +00:00
parent b74e5b5b47
commit 494a8051af
+3 -1
View File
@@ -215,7 +215,9 @@ jobs:
VERSION="${{ inputs.version }}"
gh pr create \
--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 \
--head "release/v${VERSION}"
gh pr merge "release/v${VERSION}" --auto --squash --delete-branch