We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b651ce2 commit cf8876aCopy full SHA for cf8876a
1 file changed
.github/workflows/pull-request.yml
@@ -5,4 +5,15 @@ jobs:
5
name: "Pull Request Check"
6
uses: mParticle/mparticle-workflows/.github/workflows/android-kit-pull-request.yml@main
7
with:
8
- branch_name: ${{ github.head_ref }}
+ branch_name: ${{ github.head_ref }}
9
+
10
+ pr-notify:
11
+ if: >
12
+ github.event_name == 'pull_request' &&
13
+ github.event.pull_request.draft == false
14
+ needs:
15
+ - pr-check
16
+ name: Notify GChat
17
+ uses: ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main
18
+ secrets:
19
+ gchat_webhook: ${{ secrets.GCHAT_PRS_WEBHOOK }}
0 commit comments