diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-22 13:44:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-24 18:39:11 -0400 |
commit | 6cf587b4b6710f91cab643e08274d9feac68a1b1 (patch) | |
tree | 837e477b186f25799375d5727fcda32bb3cef48c /.github | |
parent | 2130e3e5d44965e9ec6685b4dbdc540383363713 (diff) | |
download | kutter-6cf587b4b6710f91cab643e08274d9feac68a1b1.tar.gz kutter-6cf587b4b6710f91cab643e08274d9feac68a1b1.tar.xz kutter-6cf587b4b6710f91cab643e08274d9feac68a1b1.zip |
github: Simplify the github "invalid" issue message
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/invalid-label-bot.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.github/workflows/invalid-label-bot.yaml b/.github/workflows/invalid-label-bot.yaml index 33bd0854..223b98ed 100644 --- a/.github/workflows/invalid-label-bot.yaml +++ b/.github/workflows/invalid-label-bot.yaml @@ -17,12 +17,11 @@ jobs: + " https://www.klipper3d.org/Contact.html" + " were not followed for this issue.\n" + "\n" - + "We choose to use github as a place that people working on" - + " improving Klipper can share the results of their work." - + " We choose to not use github to help diagnose problems" - + " with a user's printer. We choose to not use github to" - + " answer user questions. We choose to not use github as" - + " a place to make requests.\n" + + "We use github to share the results of work done to" + + " improve Klipper. We don't use github for requests." + + " (In particular, we don't use github for feature" + + " requests, to answer questions, nor to help diagnose" + + " problems with a printer.) + "\n" + "In the future, please follow the directions at:" + " https://www.klipper3d.org/Contact.html\n" |