From fd85bef2b81197dfb32f1a8d69c18e045fdaf226 Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Fri, 22 Aug 2025 10:28:18 -0700 Subject: [PATCH 1/3] Link checker scheduling Signed-off-by: Lynette Miles --- .github/workflows/linkcheck.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linkcheck.yaml b/.github/workflows/linkcheck.yaml index ef22bd38f..26303072c 100644 --- a/.github/workflows/linkcheck.yaml +++ b/.github/workflows/linkcheck.yaml @@ -2,6 +2,9 @@ name: Links on: pull_request: + schedule: + - cron: "00 18 * * 7" + jobs: linkChecker: @@ -18,10 +21,10 @@ jobs: fail: false jobSummary: true -# - 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 -# content-filepath: ./lychee/out.md -# 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 + content-filepath: ./lychee/out.md + labels: report, automated issue From e28758913245173286d155c6d0bed7a24640f791 Mon Sep 17 00:00:00 2001 From: Lynette Miles <6818907+esmerel@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:32:18 -0700 Subject: [PATCH 2/3] Update linkcheck.yaml Signed-off-by: Lynette Miles <6818907+esmerel@users.noreply.github.com> --- .github/workflows/linkcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linkcheck.yaml b/.github/workflows/linkcheck.yaml index 26303072c..d6d50bede 100644 --- a/.github/workflows/linkcheck.yaml +++ b/.github/workflows/linkcheck.yaml @@ -3,7 +3,7 @@ name: Links on: pull_request: schedule: - - cron: "00 18 * * 7" + - cron: "00 18 * * 0" jobs: From 2c760ce3bea9ad3f857942b9eb06ae2fd06b4cd7 Mon Sep 17 00:00:00 2001 From: Lynette Miles <6818907+esmerel@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:33:38 -0700 Subject: [PATCH 3/3] Update linkcheck.yaml Signed-off-by: Lynette Miles <6818907+esmerel@users.noreply.github.com> --- .github/workflows/linkcheck.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/linkcheck.yaml b/.github/workflows/linkcheck.yaml index d6d50bede..a08c825a7 100644 --- a/.github/workflows/linkcheck.yaml +++ b/.github/workflows/linkcheck.yaml @@ -1,7 +1,6 @@ name: Links on: - pull_request: schedule: - cron: "00 18 * * 0"