We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f725aa commit d44fd1aCopy full SHA for d44fd1a
2 files changed
.github/workflows/links.yml
@@ -42,10 +42,11 @@ jobs:
42
path: .lycheecache
43
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
44
45
- - name: Create Issue From File
+ - name: Create or Update Issue From File
46
if: steps.lychee.outputs.exit_code != 0
47
uses: peter-evans/create-issue-from-file@v5
48
with:
49
title: Link Checker Report
50
content-filepath: ./lychee/out.md
51
labels: report, automated issue
52
+ update-existing: true
.lycheeignore
@@ -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