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

chore(deps): update node.js to v18.20.2 #71863

chore(deps): update node.js to v18.20.2

chore(deps): update node.js to v18.20.2 #71863

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