From fe49f5a4bf76183b56d89d3c857ff24be036da6c Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Fri, 13 Feb 2026 17:12:44 +0000 Subject: [PATCH 1/3] linkcheck error fails the action. --- .github/workflows/ci-linkchecks.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-linkchecks.yml b/.github/workflows/ci-linkchecks.yml index be60968..e3d9811 100644 --- a/.github/workflows/ci-linkchecks.yml +++ b/.github/workflows/ci-linkchecks.yml @@ -26,3 +26,8 @@ jobs: title: Link Checker Report content-filepath: ./lychee/out.md labels: report, automated issue + + - name: Fail Workflow On Link Errors + if: steps.lychee.outputs.exit_code != 0 + run: + exit ${{ steps.lychee.outputs.exit_code }} From f333e7cbb9b1634089da9d5162fcb4573f2ad00a Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Fri, 13 Feb 2026 17:25:32 +0000 Subject: [PATCH 2/3] Add changelog fragment. --- docs/changelog_fragments/202.dev.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/changelog_fragments/202.dev.rst diff --git a/docs/changelog_fragments/202.dev.rst b/docs/changelog_fragments/202.dev.rst new file mode 100644 index 0000000..dc252df --- /dev/null +++ b/docs/changelog_fragments/202.dev.rst @@ -0,0 +1 @@ +When a linkcheck fails, return that errorcode from the Linkcheck action. From 8ea307db2cc8775edd377157cf4cad0421a07c0a Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Fri, 13 Feb 2026 17:30:06 +0000 Subject: [PATCH 3/3] Add missing whatsnew for repo move. --- docs/changelog_fragments/192.dev.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/changelog_fragments/192.dev.rst diff --git a/docs/changelog_fragments/192.dev.rst b/docs/changelog_fragments/192.dev.rst new file mode 100644 index 0000000..11a7801 --- /dev/null +++ b/docs/changelog_fragments/192.dev.rst @@ -0,0 +1 @@ +Moved repo to SciTools organisation.