Skip to content

Commit f6cbf59

Browse files
authored
chore: trailing slash for java-vertexai directory in CODEOWNERS (#10346)
* fix the order in CODEOWNERS Order is important; the last matching pattern takes the most precedence. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
1 parent 12f9a3c commit f6cbf59

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# For syntax help see:
44
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
55

6-
# java-vertexai has maintainers
7-
/java-vertexai @googleapis/vertex-java-sdk @googleapis/cloud-java-team-teamsync
8-
96
* @googleapis/cloud-java-team-teamsync
107

8+
# java-vertexai has maintainers
9+
/java-vertexai/ @googleapis/vertex-java-sdk @googleapis/cloud-java-team-teamsync

0 commit comments

Comments
 (0)