Update comment.yml

This commit is contained in:
Will McGugan
2025-06-23 10:27:10 +01:00
committed by GitHub
parent 8bf7daea03
commit c1ba0d90a8

View File

@@ -9,12 +9,14 @@ jobs:
permissions:
issues: write
steps:
- name: Did we solve your problem?
- name: Did I help?
uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
with:
issue-number: ${{ github.event.issue.number }}
body: |
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!
Consider [sponsoring my work](https://github.com/sponsors/willmcgugan) to continue to maintain and develop Textual.
- Will McGugan