Skip to content

chore: add type definitions to package.json for better TS support #840

chore: add type definitions to package.json for better TS support

chore: add type definitions to package.json for better TS support #840

Workflow file for this run

name: Notify the Gchat Group for PRs from main repo
on:
pull_request:
types: [opened]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Google Chat Notification
if: ${{ github.event.pull_request.head.repo.full_name == '1-Platform/op-components' }}
uses: associate-run-projects/google-chat-notification@master
with:
url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}