...

Text file src/github.com/aws/aws-sdk-go-v2/.github/workflows/closed-issue-message.yml

Documentation: github.com/aws/aws-sdk-go-v2/.github/workflows

     1name: Closed Issue Message
     2on:
     3    issues:
     4       types: [closed]
     5jobs:
     6    auto_comment:
     7        runs-on: ubuntu-latest
     8        steps:
     9        - uses: aws-actions/closed-issue-message@v1
    10          with:
    11            # These inputs are both required
    12            repo-token: "${{ secrets.GITHUB_TOKEN }}"
    13            message: |
    14              This issue is now closed. Comments on closed issues are hard for our team to see. 
    15              If you need more assistance, please open a new issue that references this one. 

View as plain text