Skip to content

Commit

Permalink
Add CI repos to stats (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Feb 18, 2024
1 parent e06bcb9 commit 51ff137
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions make_help_scripts/create_pr_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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"]
Expand Down

0 comments on commit 51ff137

Please sign in to comment.