Skip to content

Commit fb2f4c9

Browse files
authored
chore: Add PR Notification
1 parent 8a1b2e3 commit fb2f4c9

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,16 @@ jobs:
4343
npm ci
4444
npm run build --if-present
4545
- name: "Run Unit Tests"
46-
run: ./gradlew test
46+
run: ./gradlew test
47+
48+
pr-notify:
49+
if: >
50+
github.event_name == 'pull_request' &&
51+
github.event.pull_request.draft == false
52+
needs:
53+
- js-test
54+
- android-test
55+
name: Notify GChat
56+
uses: ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main
57+
secrets:
58+
gchat_webhook: ${{ secrets.GCHAT_PRS_WEBHOOK }}

0 commit comments

Comments
 (0)