diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-07-27 18:59:46 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-07-27 18:59:46 -0400 |
commit | a80c7d71dc28c56af5506caacd80c6355686f91c (patch) | |
tree | df9d2799a54053f2db7b534e2fc6944d3b61265d /.github/workflows/invalid-label-bot.yaml | |
parent | a17c2ae397ea31f29bd9be0fcedab1970843a116 (diff) | |
download | kutter-a80c7d71dc28c56af5506caacd80c6355686f91c.tar.gz kutter-a80c7d71dc28c56af5506caacd80c6355686f91c.tar.xz kutter-a80c7d71dc28c56af5506caacd80c6355686f91c.zip |
Revert "workflows: Point to https://www.klipper3d.org/Contact"
This reverts commit d14015111e30a8a58cbd9c97a2af4446048a15b7.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github/workflows/invalid-label-bot.yaml')
-rw-r--r-- | .github/workflows/invalid-label-bot.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/invalid-label-bot.yaml b/.github/workflows/invalid-label-bot.yaml index c5327dae..7cd11bdb 100644 --- a/.github/workflows/invalid-label-bot.yaml +++ b/.github/workflows/invalid-label-bot.yaml @@ -18,7 +18,7 @@ jobs: + " Many helpful people will not see your message here and you" + " are unlikely to get a useful response." + " Instead, see the contact directions at:" - + " https://www.klipper3d.org/Contact" + + " https://www.klipper3d.org/Contact.html" + "\n\n" + "We use github to share the results of work done to" + " improve Klipper. We don't use github for requests." @@ -27,7 +27,7 @@ jobs: + " problems with a printer.)" + "\n\n" + "Please follow the directions at:" - + " https://www.klipper3d.org/Contact" + + " https://www.klipper3d.org/Contact.html" + "\n\n" + "This ticket will be automatically closed." + "\n\n" |