Skip to content

Commit

Permalink
Closed issue message (aws#1761)
Browse files Browse the repository at this point in the history
* closed issue message

* update message
  • Loading branch information
jayanthvn authored and haouc committed Feb 9, 2022
1 parent 2713571 commit 94bbdc1
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:
# These inputs are both required
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 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 94bbdc1

Please sign in to comment.