From eb5af3a9c7ab1bc625425fe497d153b2e5c5667b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 Mar 2026 10:29:05 +0100 Subject: [PATCH] GHA: make typos ignore RELEASE-NOTES The file is almost entirely made up by first-lines of previous git commits, and we usually push it without a PR cycle, making it annoying to trigger on typos later as they then show in independent PRs by other people. Closes #20917 --- .github/scripts/typos.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index 8f6e0f5983..1a3a80dec3 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -28,6 +28,7 @@ extend-exclude = [ "projects/vms/*", "projects/Windows/tmpl/curl.vcxproj", "projects/Windows/tmpl/libcurl.vcxproj", + "RELEASE-NOTES", "scripts/wcurl", "tests/data/test*", "tests/unit/unit1625.c",