File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4
4
# For syntax help see:
5
5
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6
6
7
- * @ googleapis/yoshi-java
7
+ # The @googleapis/googleapis-auth is the default owner for changes in this repo
8
+ * @ googleapis/yoshi-java @ googleapis/googleapis-auth
9
+ ** /* .java @ googleapis/googleapis-auth
8
10
9
11
# The java-samples-reviewers team is the default owner for samples changes
10
12
samples /** /* .java @ googleapis/java-samples-reviewers
Original file line number Diff line number Diff line change @@ -66,3 +66,5 @@ permissionRules:
66
66
permission : admin
67
67
- team : yoshi-admins
68
68
permission : admin
69
+ - team : googleapis-auth
70
+ permission : push
Original file line number Diff line number Diff line change 7
7
"repo" : " googleapis/google-auth-library-java" ,
8
8
"repo_short" : " google-auth-library-java" ,
9
9
"library_type" : " AUTH" ,
10
- "distribution_name" : " com.google.auth:google-auth-library"
10
+ "distribution_name" : " com.google.auth:google-auth-library" ,
11
+ "codeowner_team" : " @googleapis/googleapis-auth"
11
12
}
You can’t perform that action at this time.
0 commit comments