From 37b7e30513f7a04379a876ebdd6048d4672226ab Mon Sep 17 00:00:00 2001 From: "Mingyu Chen (Rayner)" Date: Wed, 13 May 2026 21:41:37 -0700 Subject: [PATCH] [chore] remove check-legacy-docs from required status checks 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) --- .asf.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index f4de51e67da8d..5dbe6541933e7 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