From f2ab5a76a5614b21b16dd0768e27af7be9074258 Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Fri, 7 Nov 2025 09:25:21 -0800 Subject: [PATCH] CI: Uncommenting the linkcheck test part that creates the issue Signed-off-by: Lynette Miles --- .github/workflows/linkcheck.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linkcheck.yaml b/.github/workflows/linkcheck.yaml index 6fd9abc10..f004930e2 100644 --- a/.github/workflows/linkcheck.yaml +++ b/.github/workflows/linkcheck.yaml @@ -25,10 +25,10 @@ jobs: # If testing links on pull_request, comment these lines out! -# - 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