You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening this issue! We appreciate your contribution. Please make sure you’ve provided all the necessary details and screenshots, and don't forget to follow our [Guidelines](https://github.com/OWNER/REPO/CONTRIBUTING.md) and Code of Conduct. Happy coding! 🚀
23
+
- name: Comment on Issue Closed
24
+
if: ${{ github.event.action == 'closed' }}
25
+
uses: actions-ecosystem/action-create-comment@v1
26
+
with:
27
+
github_token: ${{ secrets.GITHUB_TOKEN }}
28
+
issue_number: ${{ github.event.issue.number }}
29
+
body: |
30
+
This issue has been successfully closed. Thank you for your contribution and helping us improve the project! If you have any more ideas or run into other issues, feel free to open a new one. Happy coding! 🚀
0 commit comments