Skip to content

[DOCS-9319] NPM naming changes for integrations #37942

[DOCS-9319] NPM naming changes for integrations

[DOCS-9319] NPM naming changes for integrations #37942

Workflow file for this run

name: Check PR
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
run:
uses: ./.github/workflows/pr-quick-check.yml
if: ${{ github.base_ref == 'master' }}
permissions: # These permissions need to match the ones in the included workflow, see pr-quick-check.yml for details
pull-requests: write
contents: read
with:
repo: core
secrets: inherit