Skip to content

Commit 1cb17a0

Browse files
authored
Remove issue creation step from check-links workflow
Removed the Create Issue step from the link checker workflow.
1 parent 7ece2a2 commit 1cb17a0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/check-links.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,3 @@ jobs:
2525
with:
2626
args: --base-url dist --exclude-all-private dist
2727
fail: false
28-
29-
- name: Create Issue From File
30-
if: github.repository_owner == 'lycheeverse' && steps.lychee.outputs.exit_code != 0
31-
uses: peter-evans/create-issue-from-file@v6
32-
with:
33-
title: Link Checker Report
34-
content-filepath: ./lychee/out.md
35-
labels: report, automated issue

0 commit comments

Comments
 (0)