Data Streams: New TypeScript SDK, Updated HA Mode, and Go SDK Reference Update #388
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CodeOwners Enforcement" | |
on: | |
pull_request: | |
jobs: | |
enforce-codeowners: | |
name: "Enforce" | |
runs-on: ubuntu-latest | |
permissions: | |
actions: read | |
contents: read | |
pull-requests: write | |
steps: | |
- name: CODEOWNERS Sanity Check | |
uses: smartcontractkit/.github/actions/codeowners-sanity-check@codeowners-sanity-check/v1 | |
env: | |
GITHUB_TOKEN: ${{ github.token }} | |