diff --git a/.github/workflows/reusable-workflows.yml b/.github/workflows/reusable-workflows.yml index e9d5bec..a4659aa 100644 --- a/.github/workflows/reusable-workflows.yml +++ b/.github/workflows/reusable-workflows.yml @@ -15,4 +15,12 @@ jobs: uses: mParticle/mparticle-workflows/.github/workflows/pr-title-check.yml@stable pr-branch-target-gitflow: name: Check PR for semantic target branch - uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-target-gitflow.yml@stable \ No newline at end of file + uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-target-gitflow.yml@stable + pr-notify: + if: github.event.pull_request.draft == false + needs: + - web-kit-pull-request + name: Notify GChat + uses: ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main + secrets: + gchat_webhook: ${{ secrets.GCHAT_PRS_WEBHOOK }}