Skip to content

Commit

Permalink
chore(github): add closed-issue-message Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
aBurmeseDev committed Jan 10, 2025
1 parent 0bde6b6 commit 811dfbf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Closed Issue Message
on:
issues:
types: [closed]
jobs:
auto_comment:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: aws-actions/closed-issue-message@v1
with:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: |
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

0 comments on commit 811dfbf

Please sign in to comment.