ci: ignore versioned_docs with find_closed_references (#1753)
This commit is contained in:
parent
561ba7fbf0
commit
0ac19964e7
|
@ -27,7 +27,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issueLimit: ${{ github.event.inputs.issueLimit || '5' }}
|
issueLimit: ${{ github.event.inputs.issueLimit || '5' }}
|
||||||
ignore: .git,/docs/releases/*
|
ignore: .git,/docs/releases/*,/website/versioned*
|
||||||
|
|
||||||
find_broken_links:
|
find_broken_links:
|
||||||
if: github.repository_owner == 'libretime'
|
if: github.repository_owner == 'libretime'
|
||||||
|
|
Loading…
Reference in New Issue