diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-26 14:14:30 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-26 14:15:01 -0400 |
commit | b88a0b8004a7da92ac0e8245bcd477d058f37a2d (patch) | |
tree | 2c8b996a041a23b3048b26ce667f9a2c1a9be600 /.github | |
parent | dc551424375a38917cddf0d18d4f55355bae29d3 (diff) | |
download | kutter-b88a0b8004a7da92ac0e8245bcd477d058f37a2d.tar.gz kutter-b88a0b8004a7da92ac0e8245bcd477d058f37a2d.tar.xz kutter-b88a0b8004a7da92ac0e8245bcd477d058f37a2d.zip |
github: Fix typo in invalid-label-bot.yaml
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/invalid-label-bot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/invalid-label-bot.yaml b/.github/workflows/invalid-label-bot.yaml index 223b98ed..5e0ffe63 100644 --- a/.github/workflows/invalid-label-bot.yaml +++ b/.github/workflows/invalid-label-bot.yaml @@ -21,7 +21,7 @@ jobs: + " 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.) + + " problems with a printer.)" + "\n" + "In the future, please follow the directions at:" + " https://www.klipper3d.org/Contact.html\n" |