Skip to content

Commit

Permalink
ci: add closed issue message (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch authored Apr 3, 2024
1 parent 7d1a269 commit 3ef3e5d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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: |
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 3ef3e5d

Please sign in to comment.