This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 58fe77ae78c [chore] remove check-legacy-docs from required status
checks (#3644)
58fe77ae78c is described below
commit 58fe77ae78caaebc594f2a36f98491375b6b7e8d
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Wed May 13 21:54:14 2026 -0700
[chore] remove check-legacy-docs from required status checks (#3644)
The check-legacy-docs workflow guards edits to the legacy `docs/` and
`i18n/zh-CN/docusaurus-plugin-content-docs/current/` trees, which are
being retired (dev moved to the docs-next plugin and the legacy plugin
runs with `includeCurrentVersion: false`). Drop it from the required
status checks on master *first*, so the follow-up PR that deletes the
workflow file does not leave every PR blocked waiting for a check that
no longer runs.
Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
.asf.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index f4de51e67da..5dbe6541933 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -53,7 +53,6 @@ github:
- check-md-links
- check-file-sizes
- Build docs-next
- - check-legacy-docs
features:
issues: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]