Update close-solution-pr.yml: Single line for body

This commit is contained in:
Peter Fichtner 2026-02-05 21:02:33 +01:00 committed by GitHub
parent 1070625668
commit 44b4fd4337
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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