From 3f271d635d441942ca99a30d8f9a87a322856528 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Sun, 17 Nov 2024 16:34:46 +0000 Subject: [PATCH] Add sai to maintainers --- make_help_scripts/create_pr_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_help_scripts/create_pr_stats.py b/make_help_scripts/create_pr_stats.py index 2e3df9f269..615e0f3a29 100644 --- a/make_help_scripts/create_pr_stats.py +++ b/make_help_scripts/create_pr_stats.py @@ -692,7 +692,7 @@ def print_contributors_stats(contributors_stats): "ros2_debian": "main" } -maintainers = ["bmagyar", "destogl", "christophfroehlich"] +maintainers = ["bmagyar", "destogl", "christophfroehlich", "saikishor"] blacklist = ["dependabot[bot]", "mergify[bot]"] # Get the current date and time