Skip to content

[INTPLAT-467] DDS: Bitdefender Integration v1.0.0. #58347

[INTPLAT-467] DDS: Bitdefender Integration v1.0.0.

[INTPLAT-467] DDS: Bitdefender Integration v1.0.0. #58347

Workflow file for this run

# https://github.com/actions/labeler
name: PR Labels
on:
pull_request:
types:
- opened
- synchronize
- reopened
- review_requested
jobs:
labeler:

Check failure on line 13 in .github/workflows/labeler.yml

View workflow run for this annotation

GitHub Actions / PR Labels

Invalid workflow file

The workflow is not valid. .github/workflows/labeler.yml (Line: 13, Col: 3): Error calling workflow 'DataDog/integrations-core/.github/workflows/labeler-reusable.yml@be372461ec98c7d9765cf7043c15c823964e4fd5'. The nested job 'apply' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} # only PRs from this repo
uses: ./.github/workflows/labeler-reusable.yml
secrets:
app-id: "${{ secrets.DD_AGENT_INTEGRATIONS_BOT_APP_ID }}"
private-key: "${{ secrets.DD_AGENT_INTEGRATIONS_BOT_PRIVATE_KEY }}"