Skip to content

Commit e8d1da7

Browse files
authored
Merge pull request #3517 from aws/release-v1.84.0
Release 1.84.0 (to main)
2 parents 7473bd7 + 489990d commit e8d1da7

File tree

9 files changed

+5964
-1632
lines changed

9 files changed

+5964
-1632
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Closed issue message
2+
3+
on:
4+
issues:
5+
types: [ closed ]
6+
jobs:
7+
auto_comment:
8+
runs-on: ubuntu-latest
9+
permissions:
10+
issues: write
11+
steps:
12+
- uses: aws-actions/closed-issue-message@v1
13+
with:
14+
# These inputs are both required
15+
repo-token: "${{ secrets.GITHUB_TOKEN }}"
16+
message: |
17+
### ⚠️COMMENT VISIBILITY WARNING⚠️
18+
Comments on closed issues are hard for our team to see.
19+
If you need more assistance, please either tag a team member or open a new issue that references this one.
20+
If you wish to keep having a conversation with other community members under this issue feel free to do so.

.github/workflows/schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update schema
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 18 * * 1-5" # Weekdays
6+
- cron: "0 16 * * 2" # Every Tuesday at 4pm UTC (8am PST, 9am PDT)
77

88
jobs:
99
update:

samtranslator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.83.0"
1+
__version__ = "1.84.0"

0 commit comments

Comments
 (0)