chore: ignore closed ref notifer on releases notes (#1635)
This commit is contained in:
parent
bb648d0b0a
commit
6dcea43f7a
|
@ -27,6 +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/*
|
||||||
|
|
||||||
find_broken_links:
|
find_broken_links:
|
||||||
if: github.repository_owner == 'LibreTime'
|
if: github.repository_owner == 'LibreTime'
|
||||||
|
|
Loading…
Reference in New Issue