Skip to content

Commit d8411bb

Browse files
tswastbusunkim96
authored andcommitted
Remove folder/* pattern, since it only matches immediate child files (googleapis#7794)
> The `docs/*` pattern will match files like `docs/getting-started.md` > but not further nested files like `docs/build-app/troubleshooting.md`. See: https://help.github.com/en/articles/about-code-owners
1 parent 470347f commit d8411bb

File tree

1 file changed

+27
-13
lines changed

1 file changed

+27
-13
lines changed

.github/CODEOWNERS

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,42 @@
66
* @crwilcox
77

88
# Thea Flowers is the author of the new google.api_core library.
9-
api_core/* @theacodes
10-
core/* @theacodes
11-
docs/core/* @theacodes
9+
api_core/ @theacodes
10+
core/ @theacodes
11+
docs/core/ @theacodes
1212

1313
# BigQuery suite of APIs
14-
bigquery/* @googleapis/api-bigquery
15-
bigquery_datatransfer/* @googleapis/api-bigquery
16-
bigquery_storage/* @googleapis/api-bigquery
14+
bigquery/ @googleapis/api-bigquery
15+
docs/bigquery/ @googleapis/api-bigquery
16+
17+
bigquery_datatransfer/ @googleapis/api-bigquery
18+
docs/bigquery_datatransfer/ @googleapis/api-bigquery
19+
20+
bigquery_storage/ @googleapis/api-bigquery
21+
docs/bigquery_storage/ @googleapis/api-bigquery
1722

1823
# Danny Hermes and Tres Seaver co-authored the BigTable library.
19-
bigtable/* @tseaver
24+
bigtable/ @tseaver
25+
docs/bigtable/ @tseaver
2026

2127
# Bill Prin is the primary maintainer of the Stackdriver libraries.
22-
error_reporting/* @waprin
23-
monitoring/* @waprin @supriyagarg @rimey
24-
logging/* @waprin @tseaver
28+
error_reporting/ @waprin
29+
docs/error_reporting/ @waprin
30+
31+
monitoring/ @waprin @supriyagarg @rimey
32+
docs/monitoring/ @waprin @supriyagarg @rimey
33+
34+
logging/ @waprin @tseaver
35+
docs/logging/ @waprin @tseaver
2536

2637
# Tim Swast is the primary author of Runtime Config.
27-
runtimeconfig/* @tswast
38+
runtimeconfig/ @tswast
39+
docs/runtimeconfig/ @tswast
2840

2941
# Vikas Kedia is the product owner and Tres Seaver the author for Spanner.
30-
spanner/* @vkedia @tseaver
42+
spanner/ @vkedia @tseaver
43+
docs/spanner/ @vkedia @tseaver
3144

3245
# Doug Greiman and Angela Li are the owners of trace.
33-
trace/* @liyanhui1228 @duggelz
46+
trace/ @liyanhui1228 @duggelz
47+
docs/trace/ @liyanhui1228 @duggelz

0 commit comments

Comments
 (0)