Docs: Ensure no warnings are found in the NEWS file before a given line number (#119221)

This commit is contained in:
Hugo van Kemenade 2024-05-20 15:31:38 -04:00 committed by GitHub
parent e188527c34
commit 034cf0c316
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 47 additions and 6 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: