Skip to content

Commit 3096680

Browse files
ci: add GChat PR notification for Rokt Kit (#66)
1 parent 6afba9e commit 3096680

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/reusable-workflows.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,12 @@ jobs:
1515
uses: mParticle/mparticle-workflows/.github/workflows/pr-title-check.yml@stable
1616
pr-branch-target-gitflow:
1717
name: Check PR for semantic target branch
18-
uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-target-gitflow.yml@stable
18+
uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-target-gitflow.yml@stable
19+
pr-notify:
20+
if: github.event.pull_request.draft == false && (github.event.action == 'opened' || github.event.action == 'ready_for_review')
21+
needs:
22+
- web-kit-pull-request
23+
name: Notify GChat
24+
uses: ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main
25+
secrets:
26+
gchat_webhook: ${{ secrets.GCHAT_PRS_WEBHOOK }}

0 commit comments

Comments
 (0)