summaryrefslogtreecommitdiffstats
path: root/.github/workflows/reusable-docs.yml
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-05-21 14:40:16 (GMT)
committerGitHub <noreply@github.com>2024-05-21 14:40:16 (GMT)
commit22bef9623737a785c145971fa8737db19484727f (patch)
tree01b42a42bd319ede1d53fbdc414358141bfebd2b /.github/workflows/reusable-docs.yml
parent8b6175c2619c8fefa74a1ba33b8d37b6d13716e3 (diff)
downloadcpython-22bef9623737a785c145971fa8737db19484727f.zip
cpython-22bef9623737a785c145971fa8737db19484727f.tar.gz
cpython-22bef9623737a785c145971fa8737db19484727f.tar.bz2
[3.12] Docs: Ensure no warnings are found in the NEWS file before a given line number (GH-119221) (#119266)
Diffstat (limited to '.github/workflows/reusable-docs.yml')
-rw-r--r--.github/workflows/reusable-docs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml
index 9e26d78..859f78d 100644
--- a/.github/workflows/reusable-docs.yml
+++ b/.github/workflows/reusable-docs.yml
@@ -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: