This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch prepare-1.7.2 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 8bfc6aee7b90eedbb7775121079dbfc31cdbeeb9 Author: John Bampton <[email protected]> AuthorDate: Sat Mar 29 15:21:49 2025 +1000 [CI] Update CODEOWNERS add @jbampton for pre-commit config (#1891) People with write permissions for the repository can create or edit the CODEOWNERS file and be listed as code owners. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners See the link below for an example of how a CODEOWNERS file works: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 225e4e65d5..94230756ed 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ -* @jiayuasu +* @jiayuasu +.pre-commit-config.yaml @jbampton @jiayuasu
