From 20ef0b1a72b1c08239158e1169e9a063125419ae Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 15 Apr 2024 09:05:28 +0100 Subject: [PATCH] disable codespell for the changelog --- .github/workflows/codespell.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 7c9eafb17be..b89f007a816 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -21,3 +21,8 @@ jobs: uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@v2 + with: + # This is regenerated from commit history + # we cannot rewrite commit history, and I'd rather not correct it + # every time + exclude_file: CHANGELOG.md