From 72b34387946db73cdd6232c45b912b89e9193123 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 25 Aug 2025 12:19:34 -0400 Subject: [PATCH] script/redmine-upkeep: cleanup formatting for github comment Manually breaking the lines screws up the formatting of the comment in github. Signed-off-by: Patrick Donnelly --- src/script/redmine-upkeep.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/script/redmine-upkeep.py b/src/script/redmine-upkeep.py index 4a7f1a010a8e5..832ba54f7001d 100755 --- a/src/script/redmine-upkeep.py +++ b/src/script/redmine-upkeep.py @@ -1244,7 +1244,7 @@ h2. Update Payload This is an automated message by src/script/redmine-upkeep.py. - I found one or more 'Fixes:' tags in the commit messages in + I found one or more `Fixes:` tags in the commit messages in `git log {revrange}` @@ -1252,10 +1252,7 @@ h2. Update Payload {tracker_links} - Those tickets do not reference this merged Pull Request. If this - Pull Request merge resolves any of those tickets, please update the - "Pull Request ID" field on each ticket. A future run of this - script will appropriately update them. + Those tickets do not reference this merged Pull Request. If this Pull Request merge resolves any of those tickets, please update the "Pull Request ID" field on each ticket. A future run of this script will appropriately update them. Update Log: {GITHUB_ACTION_LOG} -- 2.39.5