This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new b502984a1cf [chore](build) Assign owners for workflows and thirdparty
(#67519)
b502984a1cf is described below
commit b502984a1cf34109221e343d2ba1766487a13bcb
Author: Dongyang Li <[email protected]>
AuthorDate: Fri Sep 4 11:07:00 2026 +0800
[chore](build) Assign owners for workflows and thirdparty (#67519)
### What problem does this PR solve?
Issue Number: N/A
Related PR: N/A
Problem Summary: GitHub Actions workflow files and the thirdparty
directory did not have explicit ownership routing. Add the requested
owners so changes to workflows request review from hello-stephen,
morningman, and yiguolei, while thirdparty changes request review from
yiguolei and morningman.
### Release note
None
### Check List (For Author)
- Test: No need to test (CODEOWNERS-only metadata change)
- Verified with `git diff --check` and a focused rule-content check
- Behavior changed: Yes (GitHub review-request routing for the covered
paths)
- Does this need documentation: No
---
.github/CODEOWNERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 103f449bfb0..904f8551363 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -162,3 +162,5 @@ gensrc/proto/cloud.proto
@luwei16 @gavinchou
gensrc/proto/file_cache.proto @liaoxin01
@gavinchou
gensrc/proto/olap_file.proto @yiguolei
@liaoxin01 @gavinchou
gensrc/proto/segment_v2.proto @yiguolei
@liaoxin01 @gavinchou @eldenmoon @csun5285 @airborne12
+.github/workflows/ @hello-stephen
@morningman @yiguolei
+thirdparty/ @yiguolei
@morningman
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]