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,