| name: issues | |
| on: | |
| issues: | |
| types: [closed] | |
| jobs: | |
| add-comment: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| steps: | |
| - name: Did I solve your problem? | |
| uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae | |
| with: | |
| issue-number: ${{ github.event.issue.number }} | |
| body: | | |
| Did I solve your problem? | |
| Consider [sponsoring my work](https://github.com/sponsors/willmcgugan) on Textual with a monthly donation. | |
| Or buy me a [coffee](https://ko-fi.com/willmcgugan) to say thanks. | |
| – [Will McGugan](https://twitter.com/willmcgugan) | |