From 88836ccee5e074ba9ff18d9d7ea53cdaddf68eed Mon Sep 17 00:00:00 2001 From: Yamato Ando Date: Wed, 28 Feb 2024 18:32:59 +0900 Subject: [PATCH] add codeowners-manual Signed-off-by: Yamato Ando --- .github/CODEOWNERS-manual | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/CODEOWNERS-manual diff --git a/.github/CODEOWNERS-manual b/.github/CODEOWNERS-manual new file mode 100644 index 0000000000..6cc475dd7f --- /dev/null +++ b/.github/CODEOWNERS-manual @@ -0,0 +1,23 @@ +# /* +# /.github/** +autoware_launch/* yukihiro.saito@tier4.jp +autoware_launch/config/control/** takayuki.murooka@tier4.jp +autoware_launch/config/localization/** masahiro.sakamoto@tier4.jp +autoware_launch/config/map/** masahiro.sakamoto@tier4.jp +autoware_launch/config/perception/** shunsuke.miura@tier4.jp +autoware_launch/config/planning/** takayuki.murooka@tier4.jp +autoware_launch/config/simulator/** takayuki.murooka@tier4.jp +autoware_launch/config/system/** fumihito.ito@tier4.jp +autoware_launch/config/vehicle/** takayuki.murooka@tier4.jp +autoware_launch/launch/* yukihiro.saito@tier4.jp +autoware_launch/launch/components/tier4_autoware_api_component.launch.xml isamu.takagi@tier4.jp +autoware_launch/launch/components/tier4_control_component.launch.xml takayuki.murooka@tier4.jp +autoware_launch/launch/components/tier4_localization_component.launch.xml masahiro.sakamoto@tier4.jp +autoware_launch/launch/components/tier4_map_component.launch.xml masahiro.sakamoto@tier4.jp +autoware_launch/launch/components/tier4_perception_component.launch.xml shunsuke.miura@tier4.jp +autoware_launch/launch/components/tier4_planning_component.launch.xml takayuki.murooka@tier4.jp +autoware_launch/launch/components/tier4_sensing_component.launch.xml shunsuke.miura@tier4.jp +autoware_launch/launch/components/tier4_simulator_component.launch.xml takayuki.murooka@tier4.jp +autoware_launch/launch/components/tier4_system_component.launch.xml fumihito.ito@tier4.jp +# autoware_launch/rviz/* +autoware_launch/rviz/image/** yukihiro.saito@tier4.jp