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' 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.