diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-07-27 18:06:17 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-07-27 18:08:10 -0400 |
commit | d14015111e30a8a58cbd9c97a2af4446048a15b7 (patch) | |
tree | 488db28ce4ca82f29db886b49b75120c0d5d3a7c /.github/workflows/invalid-label-bot.yaml | |
parent | ba16c0f1aad91f6edc81e03f279d01f59e75be93 (diff) | |
download | kutter-d14015111e30a8a58cbd9c97a2af4446048a15b7.tar.gz kutter-d14015111e30a8a58cbd9c97a2af4446048a15b7.tar.xz kutter-d14015111e30a8a58cbd9c97a2af4446048a15b7.zip |
workflows: Point to https://www.klipper3d.org/Contact
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 7cd11bdb..c5327dae 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.html" + + " https://www.klipper3d.org/Contact" + "\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.html" + + " https://www.klipper3d.org/Contact" + "\n\n" + "This ticket will be automatically closed." + "\n\n" |