From a04a002860633b2e9992ccc52037f605f8ab940f Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Sat, 17 Feb 2024 22:10:56 +0000 Subject: [PATCH] Add CI repos to stats --- make_help_scripts/create_pr_stats.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/make_help_scripts/create_pr_stats.py b/make_help_scripts/create_pr_stats.py index b18427392d2..71a061d6812 100644 --- a/make_help_scripts/create_pr_stats.py +++ b/make_help_scripts/create_pr_stats.py @@ -669,7 +669,10 @@ def print_contributors_stats(contributors_stats): "control.ros.org", "gazebo_ros2_control", "gz_ros2_control", - "kinematics_interface" + "kinematics_interface", + "ros2_control_ci", + "ros2_rhel", + "ros2_debian" ] branches = { @@ -682,7 +685,10 @@ def print_contributors_stats(contributors_stats): "control.ros.org": "master", "gazebo_ros2_control": "master", "gz_ros2_control": "master", - "kinematics_interface": "master" + "kinematics_interface": "master", + "ros2_control_ci": "master", + "ros2_rhel": "main", + "ros2_debian": "main" } maintainers = ["bmagyar", "destogl", "christophfroehlich"]