[3.13] Docs: Ensure no warnings are found in the NEWS file before a given line number (GH-119221) (#119261)

This commit is contained in:
Hugo van Kemenade 2024-05-21 10:40:08 -04:00 committed by GitHub
parent f028451d95
commit 1929b7e2bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 45 additions and 4 deletions

View file

@ -62,7 +62,8 @@ jobs:
python Doc/tools/check-warnings.py \
--annotate-diff '${{ env.branch_base }}' '${{ env.branch_pr }}' \
--fail-if-regression \
--fail-if-improved
--fail-if-improved \
--fail-if-new-news-nit
# This build doesn't use problem matchers or check annotations
build_doc_oldest_supported_sphinx: