Skip to content

Commit f1e4d39

Browse files
authored
Add @hoisinberg as owner of cirq-google (#7703)
1 parent 770b5a6 commit f1e4d39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# vendor maintainers
99
####################
1010

11-
cirq-google/**/*.* @wcourtney @quantumlib/cirq-maintainers @vtomole @verult
11+
cirq-google/**/*.* @wcourtney @quantumlib/cirq-maintainers @vtomole @verult @hoisinberg
1212

1313
cirq-ionq/**/*.* @dabacon @ColemanCollins @nakardo @gmauricio @Cynocracy @quantumlib/cirq-maintainers @vtomole @splch
1414

@@ -32,8 +32,8 @@ docs/**/*.* @aasfaw @rmlarose @quantumlib/cirq-maintainers @vtomole
3232
# vendor docs maintainers: vendor maintainers + @aasfaw + @rmlarose
3333
###################################################################
3434

35-
docs/google/**/*.* @wcourtney @aasfaw @rmlarose @quantumlib/cirq-maintainers @vtomole @verult
36-
docs/tutorials/google/**/*.* @wcourtney @aasfaw @rmlarose @quantumlib/cirq-maintainers @vtomole @verult
35+
docs/google/**/*.* @wcourtney @aasfaw @rmlarose @quantumlib/cirq-maintainers @vtomole @verult @hoisinberg
36+
docs/tutorials/google/**/*.* @wcourtney @aasfaw @rmlarose @quantumlib/cirq-maintainers @vtomole @verult @hoisinberg
3737

3838
docs/hardware/ionq/**/*.* @dabacon @ColemanCollins @nakardo @gmauricio @aasfaw @rmlarose @Cynocracy @quantumlib/cirq-maintainers @vtomole @splch
3939

dev_tools/codeowners_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
DOCS_MAINTAINERS = BASE_MAINTAINERS.union({('USERNAME', '@aasfaw'), ('USERNAME', '@rmlarose')})
2626

27-
GOOGLE_TEAM = {('USERNAME', "@wcourtney"), ('USERNAME', "@verult")}
27+
GOOGLE_TEAM = {('USERNAME', "@wcourtney"), ('USERNAME', "@verult"), ("USERNAME", "@hoisinberg")}
2828

2929
GOOGLE_MAINTAINERS = BASE_MAINTAINERS.union(GOOGLE_TEAM)
3030

0 commit comments

Comments
 (0)