Skip to content

Commit

Permalink
chore: add closed issue visibility auto comment action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Nov 21, 2023
1 parent 8b91214 commit 5021b3e
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
steps:
- uses: aws-actions/closed-issue-message@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: |
### ⚠️COMMENT VISIBILITY WARNING⚠️
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

0 comments on commit 5021b3e

Please sign in to comment.