diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-05-21 14:40:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-21 14:40:16 (GMT) |
commit | 22bef9623737a785c145971fa8737db19484727f (patch) | |
tree | 01b42a42bd319ede1d53fbdc414358141bfebd2b /.github/workflows/reusable-docs.yml | |
parent | 8b6175c2619c8fefa74a1ba33b8d37b6d13716e3 (diff) | |
download | cpython-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.yml | 3 |
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: |