Skip to content

Commit

Permalink
Merge pull request #2621 from SomayaB/closed-issue-message
Browse files Browse the repository at this point in the history
chore: add closed issue message github action
  • Loading branch information
nateprewitt committed Oct 12, 2020
2 parents e232a00 + 3c2af4c commit 123f538
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 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 123f538

Please sign in to comment.