diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-08-17 20:53:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-08-17 20:53:32 -0400 |
commit | 128a2f8cd6e1558c21c21f98a9c0b3efaf543b51 (patch) | |
tree | de39248f87df27ebea05a08b93d4e99829e5fd00 /.github | |
parent | bd0185cf75536c63c1c48bf0d1862096821433a6 (diff) | |
download | kutter-128a2f8cd6e1558c21c21f98a9c0b3efaf543b51.tar.gz kutter-128a2f8cd6e1558c21c21f98a9c0b3efaf543b51.tar.xz kutter-128a2f8cd6e1558c21c21f98a9c0b3efaf543b51.zip |
workflows: Fix typo in stale-issue-bot
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale-issue-bot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale-issue-bot.yaml b/.github/workflows/stale-issue-bot.yaml index 284c826b..93b839e3 100644 --- a/.github/workflows/stale-issue-bot.yaml +++ b/.github/workflows/stale-issue-bot.yaml @@ -164,7 +164,7 @@ jobs: continue; msg = "It looks like this GitHub Pull Request has become" + " inactive. If there are any further updates, you can" - " " add a comment here or open a new ticket." + + " add a comment here or open a new ticket." + "\n\n" + "Best regards,\n" + "~ Your friendly GitIssueBot" |