diff --git a/release/ci/squash_and_merge_prs.py b/release/ci/squash_and_merge_prs.py index 3abe06705..259adcbb2 100755 --- a/release/ci/squash_and_merge_prs.py +++ b/release/ci/squash_and_merge_prs.py @@ -147,7 +147,7 @@ def process_pr(pr_data, source_branch, target_branch, squash_script_path): squash_script_path, '--target', target_branch, '--source', branch, - '--title', f"{title} (#{pr_number})", + '--title', f"{title} (PR-{pr_number})", ], check=True) print(f"Successfully processed PR #{pr_number}")