The event from child screen delivered to parent screen #1880
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Closed issue comment | |
on: | |
issues: | |
types: [closed] | |
jobs: | |
add-comment: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Did we solve your problem? | |
uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae | |
with: | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
Don't forget to [star](https://github.com/Textualize/textual) the repository! | |
Follow [@textualizeio](https://twitter.com/textualizeio) for Textual updates. |