From c81a23389e1495be7c804743e4279cd05e3c33c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Sun, 18 Feb 2024 15:09:11 +0100 Subject: [PATCH] Add CI repos to stats (#247) (cherry picked from commit 51ff1372c4014845b4b3b7f9fd86644d05fa1db3) --- 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"]