Skip to content

Commit

Permalink
Merge pull request #3517 from aws/release-v1.84.0
Browse files Browse the repository at this point in the history
Release 1.84.0 (to main)
  • Loading branch information
ssenchenko committed Feb 3, 2024
2 parents 7473bd7 + 489990d commit e8d1da7
Show file tree
Hide file tree
Showing 9 changed files with 5,964 additions and 1,632 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/close_issue_message.yml
@@ -0,0 +1,20 @@
name: Closed issue message

on:
issues:
types: [ closed ]
jobs:
auto_comment:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: aws-actions/closed-issue-message@v1
with:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: |
### ⚠️COMMENT VISIBILITY WARNING⚠️
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
2 changes: 1 addition & 1 deletion .github/workflows/schema.yml
Expand Up @@ -3,7 +3,7 @@ name: Update schema
on:
workflow_dispatch:
schedule:
- cron: "0 18 * * 1-5" # Weekdays
- cron: "0 16 * * 2" # Every Tuesday at 4pm UTC (8am PST, 9am PDT)

jobs:
update:
Expand Down
2 changes: 1 addition & 1 deletion samtranslator/__init__.py
@@ -1 +1 @@
__version__ = "1.83.0"
__version__ = "1.84.0"

0 comments on commit e8d1da7

Please sign in to comment.