From 2a92e9f85eb98cf3a95777c19ab59e1894e0fd04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Sun, 17 Nov 2024 20:02:06 +0100 Subject: [PATCH] Add sai to maintainers (#345) --- 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