Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

chore(deps): update dependency @types/react to v18.3.3 #71906

chore(deps): update dependency @types/react to v18.3.3

chore(deps): update dependency @types/react to v18.3.3 #71906

Workflow file for this run

name: Notify teammates listed in CODENOTIFY files of the changes
on:
pull_request_target:
types: [opened, synchronize, ready_for_review]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout repository
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: sourcegraph/[email protected]
name: Notify teammates listed in CODENOTIFY files of the changes
env:
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}