From 88b529e61005cdc1550de42ab792c9ce7d1692c1 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Thu, 14 Nov 2024 10:43:48 +0100 Subject: [PATCH] Fix towncrier automation PR body (#1762) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- ci/scripts/towncrier_automation.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/scripts/towncrier_automation.py b/ci/scripts/towncrier_automation.py index 8fd96e3ef..17fd10902 100755 --- a/ci/scripts/towncrier_automation.py +++ b/ci/scripts/towncrier_automation.py @@ -62,9 +62,7 @@ def main(argv: Sequence[str] | None = None) -> None: text=True, check=True, ).stdout.strip() - pr_description = ( - "" if base_branch == "main" else "@meeseeksmachine backport to main" - ) + pr_description = "" if base_branch == "main" else "@meeseeksdev backport to main" branch_name = f"release_notes_{args.version}" # Create a new branch + commit