Skip to content

[DOCS] PMM-9288 - Extended metrics and labels for MongoDB QAN #57

[DOCS] PMM-9288 - Extended metrics and labels for MongoDB QAN

[DOCS] PMM-9288 - Extended metrics and labels for MongoDB QAN #57

Workflow file for this run

name: Linkspector
on:
pull_request:
paths:
- "documentation/**"
jobs:
check-links:
name: linkspector
runs-on: ubuntu-22.04
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run linkspector
uses: umbrelladocs/action-linkspector@de84085e0f51452a470558693d7d308fbb2fa261 # v1.2.5
with:
github_token: ${{ secrets.ROBOT_TOKEN || secrets.GITHUB_TOKEN }}
reporter: github-pr-review
fail_level: error
filter_mode: nofilter
config_file: documentation/.linkspector.yml