Skip to content

TypeError in WrappedHttpHandler when it expects an Exception and gets an Error #311

TypeError in WrappedHttpHandler when it expects an Exception and gets an Error

TypeError in WrappedHttpHandler when it expects an Exception and gets an Error #311

name: Closed Issue Message
on:
issues:
types: [closed]
permissions: {}
jobs:
auto_comment:
if: github.repository_owner == 'aws'
permissions:
issues: write # to comment on issues (aws-actions/closed-issue-message)
runs-on: ubuntu-latest
steps:
- uses: aws-actions/closed-issue-message@v2
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.