summaryrefslogtreecommitdiff
path: root/.github/workflows/open_issue_message.yml
blob: e25a8ca089e0029b7d452ec1f867b74bad11432f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Open Issue Message
on:
    issues:
       types: [opened]
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: |
                     ### ⚠️DEPRECATION NOTICE⚠️ 
                     This package is no longer maintained and has been replaced by [`boto3`](https://github.com/boto/boto3/). Issues are not triaged or reviewed by AWS. The issues in this repository can be used by the community for support purposes. If you are having an issue with the [`boto3`](https://github.com/boto/boto3/) package or the [AWS CLI](https://github.com/aws/aws-cli/), please open an issue on their respective repositories.