From db362f5ba68b7f63e2bce43592e03c64e206b174 Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Fri, 13 Mar 2026 19:42:56 +0100 Subject: [PATCH] extension_ci: Use proper PR description for main repository (#51519) Release Notes: - N/A (https://tenor.com/view/ironic-star-wars-chode-gif-5274592) --- .github/workflows/extension_bump.yml | 8 +++++++- tooling/xtask/src/tasks/workflows/extension_bump.rs | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/extension_bump.yml b/.github/workflows/extension_bump.yml index 85c8771246c9910c51fd9e6ba98244e347e6d2db..52b54d74c1c597d3052ff3238f0e40da5da962f4 100644 --- a/.github/workflows/extension_bump.yml +++ b/.github/workflows/extension_bump.yml @@ -121,7 +121,13 @@ jobs: else { echo "title=${EXTENSION_ID}: Bump to v${NEW_VERSION}"; - echo "body=This PR bumps the version of the ${EXTENSION_NAME} extension to v${NEW_VERSION}"; + echo "body<> "$GITHUB_OUTPUT" fi diff --git a/tooling/xtask/src/tasks/workflows/extension_bump.rs b/tooling/xtask/src/tasks/workflows/extension_bump.rs index 671e80c25262edee6bfc3b73bc9677985d898aaf..9ba72975cc57d4cd67e567d62fceb806f8a2864e 100644 --- a/tooling/xtask/src/tasks/workflows/extension_bump.rs +++ b/tooling/xtask/src/tasks/workflows/extension_bump.rs @@ -332,7 +332,13 @@ fn bump_version( else {{ echo "title=${{EXTENSION_ID}}: Bump to v${{NEW_VERSION}}"; - echo "body=This PR bumps the version of the ${{EXTENSION_NAME}} extension to v${{NEW_VERSION}}"; + echo "body<> "$GITHUB_OUTPUT" fi