mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-21 09:21:08 +00:00
Update close-solution-pr.yml: Single line for body
This commit is contained in:
parent
1070625668
commit
44b4fd4337
11
.github/workflows/close-solution-pr.yml
vendored
11
.github/workflows/close-solution-pr.yml
vendored
@ -17,16 +17,7 @@ jobs:
|
|||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
issue_number: context.issue.number,
|
issue_number: context.issue.number,
|
||||||
body: `
|
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 🙂"
|
||||||
👋 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 🙂
|
|
||||||
`
|
|
||||||
})
|
})
|
||||||
|
|
||||||
- name: Close PR
|
- name: Close PR
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user