diff --git a/.github/workflows/plugin-release.yaml b/.github/workflows/plugin-release.yaml index da8e6fc..90469a9 100644 --- a/.github/workflows/plugin-release.yaml +++ b/.github/workflows/plugin-release.yaml @@ -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