Skip to content

[mongo] allow customizable collection interval for collection and sharded data distribution metrics #27858

[mongo] allow customizable collection interval for collection and sharded data distribution metrics

[mongo] allow customizable collection interval for collection and sharded data distribution metrics #27858

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

Check failure on line 15 in .github/workflows/labeler-community.yml

View workflow run for this annotation

GitHub Actions / Community PR Labels

Invalid workflow file

The workflow is not valid. .github/workflows/labeler-community.yml (Line: 15, Col: 3): Error calling workflow 'DataDog/integrations-core/.github/workflows/labeler-reusable.yml@2ce92e0165aaf89ba440aa8f13ef18cf36e93937'. 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 other repos
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 }}"