We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afba9e commit 3096680Copy full SHA for 3096680
1 file changed
.github/workflows/reusable-workflows.yml
@@ -15,4 +15,12 @@ jobs:
15
uses: mParticle/mparticle-workflows/.github/workflows/pr-title-check.yml@stable
16
pr-branch-target-gitflow:
17
name: Check PR for semantic target branch
18
- uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-target-gitflow.yml@stable
+ 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