github-actions[bot] commented on code in PR #64355: URL: https://github.com/apache/doris/pull/64355#discussion_r3385838733
########## .github/CODEOWNERS: ########## @@ -118,6 +118,8 @@ fe/fe-core/src/main/java/org/apache/doris/nereids @morrySnow @9240609 fe/fe-core/src/main/java/org/apache/doris/persist @mymeiyi @gavinchou fe/fe-core/src/main/java/org/apache/doris/persist/gson @mymeiyi @gavinchou fe/fe-core/src/main/java/org/apache/doris/persist/meta @mymeiyi @gavinchou +fe/fe-core/src/main/java/org/apache/doris/qe @morrySnow @924060929 +fe/fe-core/src/main/java/org/apache/doris/statistics @morrySnow @englefly @yujun777 fe/fe-core/src/test/java/org/apache/doris/alter @luwei16 @gavinchou Review Comment: GitHub already flags this new owner as invalid on the PR head: `gh api 'repos/apache/doris/codeowners/errors?ref=00ba739846acee21774b54a87469f86fcfee8903'` returns `Unknown owner ... make sure @yujun777 exists and has write access`, and `gh api repos/apache/doris/collaborators/yujun777/permission` reports `permission: read` / `push: false`. CODEOWNERS owners need write access, so this entry will keep a validation error and `@yujun777` will not work as an effective owner. Please grant that access before merging, or remove/replace the owner. ```suggestion fe/fe-core/src/main/java/org/apache/doris/statistics @morrySnow @englefly ``` -- 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]
