From 44b4fd43378b9d11f197ff5a3acdcdab9afcb940 Mon Sep 17 00:00:00 2001 From: Peter Fichtner <1958485+pfichtner@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:02:33 +0100 Subject: [PATCH] Update close-solution-pr.yml: Single line for body --- .github/workflows/close-solution-pr.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/close-solution-pr.yml b/.github/workflows/close-solution-pr.yml index cf5ff91f..0ea48f07 100644 --- a/.github/workflows/close-solution-pr.yml +++ b/.github/workflows/close-solution-pr.yml @@ -17,16 +17,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: context.issue.number, - body: ` -👋 Thanks for working on the Gilded Rose kata! - -This repository intentionally contains badly written code for learning purposes. - -We don't accept refactored solutions as pull requests. -Please keep your solution in your fork. - -If you intended to contribute documentation, tests, or a new language version, feel free to reopen and explain 🙂 -` + body: "👋 Thanks for working on the Gilded Rose kata!\n\nThis repository intentionally contains badly written code for learning purposes.\n\nWe don't accept refactored solutions as pull requests.\nPlease keep your solution in your fork.\n\nIf you intended to contribute documentation, tests, or a new language version, feel free to reopen and explain 🙂" }) - name: Close PR