From f0b249f992b5c4230d5d7d396a052ec423068697 Mon Sep 17 00:00:00 2001 From: Cheng Xing Date: Tue, 1 Feb 2022 18:55:28 -0800 Subject: [PATCH] Add verult as cirq/google owner (#4929) Adding myself to start ramping up on cirq_google PRs. Replaces #4928 @dstrain115 --- .github/CODEOWNERS | 6 +++--- dev_tools/codeowners_test.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 395647a18c5..6314ac6e30c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 @@ -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 diff --git a/dev_tools/codeowners_test.py b/dev_tools/codeowners_test.py index bd535179ecb..2326e89f9bb 100644 --- a/dev_tools/codeowners_test.py +++ b/dev_tools/codeowners_test.py @@ -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)