Skip to content

Add NIM saved views and logs pipeline #37663

Add NIM saved views and logs pipeline

Add NIM saved views and logs pipeline #37663

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:

Check failure on line 12 in .github/workflows/pr-check.yml

View workflow run for this annotation

GitHub Actions / Check PR

Invalid workflow file

The workflow is not valid. .github/workflows/pr-check.yml (Line: 12, Col: 3): Error calling workflow 'DataDog/integrations-core/.github/workflows/pr-quick-check.yml@6702c3da09f701ca9a6880d92857980ed8517d27'. The nested job 'check' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
uses: ./.github/workflows/pr-quick-check.yml
if: ${{ github.base_ref == 'master' }}
with:
repo: core
secrets: inherit