Skip to content

Commit 92a2c0c

Browse files
authored
Fix codeowners ordering (googleapis#2396)
Order in CODEOWNERS matters (last has the the most precedence).
1 parent a8f4b7c commit 92a2c0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Code owners file.
22
# This file controls who is tagged for review for any given pull request.
33

4+
# For anything not explicitly taken by someone else.
5+
* @garrettjonesgoogle
6+
# Owners per module.
47
google-cloud-bigquery/* @vam-google @tswast
58
google-cloud-compute/* @garrettjonesgoogle
69
google-cloud-contrib/* @garrettjonesgoogle @jean-philippe-martin
@@ -29,5 +32,3 @@ google-cloud-video-intelligence/* @vam-google
2932
google-cloud-vision/* @vam-google
3033
google-cloud/* @garrettjonesgoogle
3134

32-
# For anything not explicitly taken by someone else.
33-
* @garrettjonesgoogle

0 commit comments

Comments
 (0)