Skip to content

Commit 0222017

Browse files
authored
Update MonthlyLinkCheck.yml
1 parent 24f12bb commit 0222017

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/MonthlyLinkCheck.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
16
name: Monthly Link Check
27
on:
38
pull_request:
@@ -28,7 +33,7 @@ jobs:
2833
with:
2934
title: Broken links detected in docs 🔗
3035
content-filepath: ./lychee/out.md
31-
labels: 'incorrect links'
36+
labels: 'incorrect link'
3237
#token: ${{ secrets.CUSTOM_TOKEN }}
3338

3439

0 commit comments

Comments
 (0)