Skip to content

Commit

Permalink
Only mention open PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Jan 16, 2024
1 parent a75c509 commit 7ad9f98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion process_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:]:
Expand Down

0 comments on commit 7ad9f98

Please sign in to comment.