summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Daily <kdaily@amazon.com>2022-04-20 11:52:45 -0700
committerKenneth Daily <kdaily@amazon.com>2022-04-20 11:52:45 -0700
commitd9f70e74da696c49cf7e1b5bf0f501d0e1fc5e77 (patch)
tree3993c92ea732821ab69b70e09fb2461d69f298fe
parentec120e79dd774b096d512d3aeedf782e822ca5b7 (diff)
downloadboto-d9f70e74da696c49cf7e1b5bf0f501d0e1fc5e77.tar.gz
update message to have a prominent header
-rw-r--r--.github/workflows/open_issue_message.yml4
-rw-r--r--.github/workflows/open_pr_message.yml4
2 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/open_issue_message.yml b/.github/workflows/open_issue_message.yml
index c9563e95..e25a8ca0 100644
--- a/.github/workflows/open_issue_message.yml
+++ b/.github/workflows/open_issue_message.yml
@@ -10,4 +10,6 @@ jobs:
with:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- message: "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."
+ 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.
diff --git a/.github/workflows/open_pr_message.yml b/.github/workflows/open_pr_message.yml
index f77d7cc0..706ddc66 100644
--- a/.github/workflows/open_pr_message.yml
+++ b/.github/workflows/open_pr_message.yml
@@ -10,4 +10,6 @@ jobs:
with:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- message: "This package is no longer maintained and has been replaced by [`boto3`](https://github.com/boto/boto3/). Pull requests are not reviewed by AWS and will not be merged. 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."
+ message: |
+ ### ⚠️DEPRECATION NOTICE⚠️
+ This package is no longer maintained and has been replaced by [`boto3`](https://github.com/boto/boto3/). Pull requests are not reviewed by AWS and will not be merged. 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.