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.
2 parents 01244c0 + 2c760ce commit 682d915Copy full SHA for 682d915
.github/workflows/linkcheck.yaml
@@ -1,7 +1,9 @@
1
name: Links
2
3
on:
4
- pull_request:
+ schedule:
5
+ - cron: "00 18 * * 0"
6
+
7
8
jobs:
9
linkChecker:
@@ -18,10 +20,10 @@ jobs:
18
20
fail: false
19
21
jobSummary: true
22
-# - name: Create Issue From File
-# if: steps.lychee.outputs.exit_code != 0
23
-# uses: peter-evans/create-issue-from-file@v5
24
-# with:
25
-# title: Link Checker Report
26
-# content-filepath: ./lychee/out.md
27
-# labels: report, automated issue
+ - name: Create Issue From File
+ if: steps.lychee.outputs.exit_code != 0
+ uses: peter-evans/create-issue-from-file@v5
+ with:
+ title: Link Checker Report
28
+ content-filepath: ./lychee/out.md
29
+ labels: report, automated issue
0 commit comments