We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f12bb commit 0222017Copy full SHA for 0222017
.github/workflows/MonthlyLinkCheck.yml
@@ -1,3 +1,8 @@
1
+#Runs once a month and checks links in the repo to ensure they are valid
2
+#If action fails, it creates an issue with the failing links and an "incorrect link" label
3
+#If link is valid but failing, it can be added to the .lycheeignore file
4
+
5
6
name: Monthly Link Check
7
on:
8
pull_request:
@@ -28,7 +33,7 @@ jobs:
28
33
with:
29
34
title: Broken links detected in docs 🔗
30
35
content-filepath: ./lychee/out.md
31
- labels: 'incorrect links'
36
+ labels: 'incorrect link'
32
37
#token: ${{ secrets.CUSTOM_TOKEN }}
38
39
0 commit comments