This is an automated email from the ASF dual-hosted git repository.
kirs 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 771dd34c1b7 [Chore](GH)Setting CK as the code owner for pom.xml.
(#38679)
771dd34c1b7 is described below
commit 771dd34c1b74336900d4191f787cd70a62885e91
Author: Calvin Kirs <[email protected]>
AuthorDate: Thu Aug 1 14:11:21 2024 +0800
[Chore](GH)Setting CK as the code owner for pom.xml. (#38679)
## Proposed changes
Introducing third-party components is usually a cautious operation. We
need to consider compatibility, community activity, security issues,
license, etc. I have done a lot of work in this area, so I am
designating myself as the code owner.
---
.github/CODEOWNERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 15b12fc843e..2757578827c 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -16,3 +16,4 @@
#
be/src/io/* @platoneko @gavinchou @dataroaring
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java @dataroaring
@CalvinKirs @morningman
+**/pom.xml @CalvinKirs @morningman
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]