ci: add Google Chat PR notification#77
Conversation
Adds a pr-notify job to pull-request.yml, matching the pattern used by sibling repos (react-native-mparticle, mparticle-android-sdk, cordova-plugin-mparticle, mparticle-apple-sdk). - Runs only on non-draft PRs, after test + all build-* jobs succeed - Uses the shared ROKT/rokt-workflows reusable workflow (pinned to commit SHA) - Posts to Google Chat via GCHAT_PRS_WEBHOOK secret Prerequisite: an org admin must add GCHAT_PRS_WEBHOOK secret to this repo (copy value from any existing mParticle SDK repo). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
PR SummaryLow Risk Overview The job runs only when Reviewed by Cursor Bugbot for commit c1aae97. Bugbot is set up for automated code reviews on this repo. Configure here. |
Background
What Has Changed
pr-notifyjob to.github/workflows/pull-request.ymlROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml(pinned to commit SHA for supply-chain safety, consistent withrokt-sdk-react-native)test,build-android,build-ios, andbuild-weball succeedGCHAT_PRS_WEBHOOKsecret (same secret name used by all sibling mParticle SDK repos)Screenshots/Video
N/A — CI workflow change only.
Checklist