We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf7dae commit c1ba0d9Copy full SHA for c1ba0d9
.github/workflows/comment.yml
@@ -9,12 +9,14 @@ jobs:
9
permissions:
10
issues: write
11
steps:
12
- - name: Did we solve your problem?
+ - name: Did I help?
13
uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
14
with:
15
issue-number: ${{ github.event.issue.number }}
16
body: |
17
- I hope I solved your issue. Consider [sponsoring me](https://github.com/sponsors/willmcgugan) to help maintain and develop Textual.
+ I hope I solved your issue!
18
+
19
+ Consider [sponsoring my work](https://github.com/sponsors/willmcgugan) to continue to maintain and develop Textual.
20
21
- Will McGugan
22
0 commit comments