From 4ec6237d3ee57623c47b03e2e60148955cce87e4 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 28 Aug 2021 11:38:42 +0100 Subject: [PATCH] words --- .github/workflows/comment.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 4a612ec8..b346edae 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -8,14 +8,18 @@ jobs: permissions: issues: write steps: - - name: Add comment + - name: Did solve your problem? uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae with: issue-number: ${{ github.event.issue.number }} body: | - Did I solve your problem? + Did I solve your problem? + + Consider [sponsoring](https://github.com/sponsors/willmcgugan) the ongoing work on Rich and Textual. + + Or by me a [coffee](https://ko-fi.com/willmcgugan) to say thanks. + + - [Will McGugan](https://twitter.com/willmcgugan) - Consider [sponsoring my work](https://github.com/sponsors/willmcgugan) :sparkles: -