mirror of
https://github.com/python/cpython.git
synced 2026-01-05 23:12:38 +00:00
Docs: Ensure no warnings are found in the NEWS file before a given line number (#119221)
This commit is contained in:
parent
e188527c34
commit
034cf0c316
5 changed files with 47 additions and 6 deletions
3
.github/workflows/reusable-docs.yml
vendored
3
.github/workflows/reusable-docs.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue