Skip to content

build(deps): bump typescript from 5.4.2 to 5.7.2 #658

build(deps): bump typescript from 5.4.2 to 5.7.2

build(deps): bump typescript from 5.4.2 to 5.7.2 #658

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 }}