aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-05-06 14:28:09 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-05-06 14:29:31 -0400
commit76b839a0ac83c7c3d56b3ef60dd17d892c30571c (patch)
treefa8372477726e9aec94d00936764c1e618e8b1fc /.github
parentbde6215c3f9b78a99c5ac0b74ec0968b60d5f221 (diff)
downloadkutter-76b839a0ac83c7c3d56b3ef60dd17d892c30571c.tar.gz
kutter-76b839a0ac83c7c3d56b3ef60dd17d892c30571c.tar.xz
kutter-76b839a0ac83c7c3d56b3ef60dd17d892c30571c.zip
invalid-label-bot: Minor changes to invalid label comment
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/invalid-label-bot.yaml17
1 files changed, 9 insertions, 8 deletions
diff --git a/.github/workflows/invalid-label-bot.yaml b/.github/workflows/invalid-label-bot.yaml
index 2060dccf..ca281bd7 100644
--- a/.github/workflows/invalid-label-bot.yaml
+++ b/.github/workflows/invalid-label-bot.yaml
@@ -20,20 +20,21 @@ jobs:
+ " Please close this ticket and follow the contact directions"
+ " at:"
+ " https://www.klipper3d.org/Contact.html"
- + "\n"
+ + "\n\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"
- + "This ticket will be automatically closed.\n"
- + "\n"
+ + "\n\n"
+ + "Please follow the directions at:"
+ + " https://www.klipper3d.org/Contact.html"
+ + "\n\n"
+ + "This ticket will be automatically closed."
+ + "\n\n"
+ "Best regards,\n"
- + "~ Your friendly GitIssueBot\n"
- + "\n"
+ + "~ Your friendly GitIssueBot"
+ + "\n\n"
+ "PS: I'm just an automated script, not a human being.";
github.issues.createComment({
issue_number: context.issue.number,