Skip to content

fix(ag-grid-styles): export default and named export from package #657

fix(ag-grid-styles): export default and named export from package

fix(ag-grid-styles): export default and named export from package #657

Workflow file for this run

name: Post PRs to Teams
on:
pull_request:
types:
- ready_for_review
jobs:
notify:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Notify Teams channel
uses: davidwengier/[email protected]
with:
webhook_uri: ${{ secrets.TEAMS_PR_WEBHOOK }}