Skip to content

Commit

Permalink
Add verult as cirq/google owner (#4929)
Browse files Browse the repository at this point in the history
Adding myself to start ramping up on cirq_google PRs.

Replaces #4928

@dstrain115
  • Loading branch information
verult authored Feb 2, 2022
1 parent 4f354ea commit f0b249f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# vendor maintainers
####################

cirq-google/**/*.* @wcourtney @quantumlib/cirq-maintainers @vtomole @cduck
cirq-google/**/*.* @wcourtney @quantumlib/cirq-maintainers @vtomole @cduck @verult

cirq-ionq/**/*.* @dabacon @ColemanCollins @nakardo @gmauricio @quantumlib/cirq-maintainers @vtomole @cduck

Expand All @@ -34,8 +34,8 @@ docs/**/*.* @rmlarose @quantumlib/cirq-maintainers @vtomole @cduck
# vendor docs maintainers: vendor maintainers + @rmlarose
############################################################

docs/google/**/*.* @wcourtney @rmlarose @quantumlib/cirq-maintainers @vtomole @cduck
docs/tutorials/google/**/*.* @wcourtney @rmlarose @quantumlib/cirq-maintainers @vtomole @cduck
docs/google/**/*.* @wcourtney @rmlarose @quantumlib/cirq-maintainers @vtomole @cduck @verult
docs/tutorials/google/**/*.* @wcourtney @rmlarose @quantumlib/cirq-maintainers @vtomole @cduck @verult

docs/ionq/**/*.* @dabacon @ColemanCollins @nakardo @gmauricio @rmlarose @quantumlib/cirq-maintainers @vtomole @cduck
docs/tutorials/ionq/**/*.* @dabacon @ColemanCollins @nakardo @gmauricio @rmlarose @quantumlib/cirq-maintainers @vtomole @cduck
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/codeowners_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

GOOGLE_TEAM = {('USERNAME', "@wcourtney")}
GOOGLE_TEAM = {('USERNAME', "@wcourtney"), ('USERNAME', "@verult")}

GOOGLE_MAINTAINERS = BASE_MAINTAINERS.union(GOOGLE_TEAM)

Expand Down

0 comments on commit f0b249f

Please sign in to comment.