From 7ad9f980ef8c6c0e55315452779aadd21d329bce Mon Sep 17 00:00:00 2001 From: Ivan Razumov Date: Tue, 16 Jan 2024 16:17:26 +0100 Subject: [PATCH] Only mention open PRs --- process_pr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/process_pr.py b/process_pr.py index 6499b7fd16e8..85a993851878 100644 --- a/process_pr.py +++ b/process_pr.py @@ -2056,7 +2056,6 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F if "PULL_REQUESTS" in global_test_params: messageFullySigned += "\n**Notice** This PR was tested with additional Pull Request(s), please also merge them if necessary: " linked_prs = global_test_params["PULL_REQUEST"].split() - # messageFullySigned += ", ".join(linked_prs[1:]) prepend_comma = False if not dryRun: for linked_pr in linked_prs[1:]: