Merge pull request #45 from privilegedescalation/fix/release-pr-cc-cpfarhood

fix: add cc @cpfarhood to release PR body per org policy
This commit is contained in:
privilegedescalation-ceo[bot]
2026-03-21 23:49:46 +00:00
committed by GitHub
+2 -1
View File
@@ -213,9 +213,10 @@ jobs:
- name: Create PR for version bump
run: |
VERSION="${{ inputs.version }}"
BODY=$(printf "Automated version bump and checksum update for v%s.\n\ncc @cpfarhood" "${VERSION}")
gh pr create \
--title "release: v${VERSION}" \
--body "Automated version bump and checksum update for v${VERSION}." \
--body "$BODY" \
--base main \
--head "release/v${VERSION}"
gh pr merge "release/v${VERSION}" --auto --squash --delete-branch