Skip to content

Commit

Permalink
Update codeowners test following #3877 (#3878)
Browse files Browse the repository at this point in the history
Update codeowners test following #3877
  • Loading branch information
mpharrigan committed Mar 9, 2021
1 parent d4f3fc9 commit 0c2a65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev_tools/codeowners_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def _vendor_module_testcases(mod_name, expected_group):
("in/any/dir/any_file.py", BASE_MAINTAINERS),
("cirq/contrib/bla.py", BASE_MAINTAINERS),
("cirq/experiments/bla.py", QCVV_MAINTAINERS),
("cirq/docs/qcvv/my_fancy_notebook.ipynb", QCVV_MAINTAINERS),
*_vendor_module_testcases("aqt", AQT_MAINTAINERS),
*_vendor_module_testcases("ionq", IONQ_MAINTAINERS),
*_vendor_module_testcases("google", GOOGLE_MAINTAINERS),
Expand Down

0 comments on commit 0c2a65c

Please sign in to comment.