Skip to content

Commit

Permalink
Merge branch 'v3' into PMM-9288-extended-profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka authored Feb 26, 2025
2 parents af5ec05 + 4e93195 commit 0f6dcbf
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
interval: 45
timeout: 1200
ignored: "license/snyk (Percona Github Org), security/snyk (Percona Github Org)"
ignored: "license/snyk (Percona Github Org), security/snyk (Percona Github Org), linkspector"
ref: ${{ github.event.pull_request.head.sha || github.sha }}

workflow_success:
Expand Down
3 changes: 3 additions & 0 deletions documentation/.linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://github.com/UmbrellaDocs/linkspector
dirs:
- documentation/docs

0 comments on commit 0f6dcbf

Please sign in to comment.