hello-stephen opened a new pull request, #68014: URL: https://github.com/apache/doris/pull/68014
### What problem does this PR solve? Issue Number: N/A Problem Summary: Apache Doris manages branch protection through the ASF-synced `.asf.yaml`. The `branch-4.1` entry requires one approving Code Owner review and dismisses stale approvals, but `branch-4.2` is absent and currently reports `protected: false` even though its CODEOWNERS file contains `* @yiguolei`. Add the same review policy for `branch-4.2` so its PRs require yiguolei approval once ASF synchronizes the merged configuration. This PR intentionally adds only the requested review gate. It does not invent a required CI context list for 4.2; that should be added separately after checking which 4.2 contexts are consistently published. ### Release note None ### Check List (For Author) - Test: Manual test — YAML parses; asserted 4.2 review rule equals 4.1 review rule; `git diff --check` passed. - Behavior changed: Yes — branch-4.2 PR merge requirements after ASF sync. - Does this need documentation: No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
