Skip to content

Commit d44fd1a

Browse files
Add lychee ignore file
1 parent 2f725aa commit d44fd1a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/links.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ jobs:
4242
path: .lycheecache
4343
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
4444

45-
- name: Create Issue From File
45+
- name: Create or Update Issue From File
4646
if: steps.lychee.outputs.exit_code != 0
4747
uses: peter-evans/create-issue-from-file@v5
4848
with:
4949
title: Link Checker Report
5050
content-filepath: ./lychee/out.md
5151
labels: report, automated issue
52+
update-existing: true

.lycheeignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Internal Holodeck nested environment FQDNs (not resolvable externally)
2+
.*\.site-a\.vcf\.lab
3+
.*\.site-b\.vcf\.lab
4+
5+
# Broadcom community site frequently returns 500 to automated requests
6+
https://community\.broadcom\.com/.*

0 commit comments

Comments
 (0)