From 6cfc4455ba66be0843dfe07bb44eb68aee490e8b Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:51:14 +0100 Subject: [PATCH 1/2] Include lychee defaults in the accept argument --- .github/workflows/ci-linkchecks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-linkchecks.yml b/.github/workflows/ci-linkchecks.yml index 45eb026bf6..34a71bb837 100644 --- a/.github/workflows/ci-linkchecks.yml +++ b/.github/workflows/ci-linkchecks.yml @@ -35,7 +35,7 @@ jobs: args: | --verbose --max-concurrency 1 - --accept 301,302,307,308 + --accept 100..=103,200..=299,301,302,307,308 './docs/**/*.rst' './docs/**/*.inc' './lib/**/*.py' From e28cf74680101d5d859c566ee81317542db623b4 Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:52:42 +0100 Subject: [PATCH 2/2] What's New entry. --- docs/src/whatsnew/latest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index 9494dcea59..fa73ab2e4a 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -170,7 +170,7 @@ This document explains the changes made to Iris for this release Zizmor's recommendations to harden the workflows. (:pull:`7138`) #. `@trexfeathers` set the link checking workflow to accept redirect HTTP codes, as - the reports were getting too noisy. (:pull:`7148`) + the reports were getting too noisy. (:pull:`7148`, :pull:`7165`) #. `@HGWright`_ changed the default of the private switch :obj:`~iris.loading._LAZY_DERIVED_LOADING` (formerly `.CONCRETE_DERIVED_LOADING`) for controlling laziness of coordinates from pp loading, now the switch must be set to True for lazy loading to be enabled.