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 fe836bdfff17e6c49d1721daca375f8e652c4838 Author: John Bampton <[email protected]> AuthorDate: Mon Mar 31 14:39:51 2025 +1000 [CI] Update CODEOWNERS add reviewers for linters (#1894) The linter config files work with the pre-commit config. So adding @jbampton as one of the default reviewers. Added reviewers for the Makefile as well. 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 94230756ed..3a1ffe02fb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,8 @@ * @jiayuasu +.editorconfig @jbampton @jiayuasu .pre-commit-config.yaml @jbampton @jiayuasu +.prettierignore @jbampton @jiayuasu +.prettierrc @jbampton @jiayuasu +.shellcheckrc @jbampton @jiayuasu +Makefile @jbampton @jiayuasu +/.github/linters/ @jbampton @jiayuasu
