Skip to content

Commit cf8876a

Browse files
authored
chore: Add PR notification
1 parent b651ce2 commit cf8876a

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,15 @@ jobs:
55
name: "Pull Request Check"
66
uses: mParticle/mparticle-workflows/.github/workflows/android-kit-pull-request.yml@main
77
with:
8-
branch_name: ${{ github.head_ref }}
8+
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

Comments
 (0)