Skip to content

Commit

Permalink
Update issue_open_close.yml (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
praneethaBrindavanam authored Nov 4, 2024
1 parent a1ac39e commit ae9245c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue_open_close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Issue Auto Comment
# Created by @smog-root

on:
issues:
issues:write
types: [opened, closed]

jobs:
Expand All @@ -25,4 +25,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
issue_number: ${{ github.event.issue.number }}
body: " ✅ 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! 🚀"
body: " ✅ 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 comments on commit ae9245c

Please sign in to comment.