Skip to content

Commit 5e9c486

Browse files
authored
Update wheels download flow and make automated workflows consistent (#513)
1 parent 712283a commit 5e9c486

18 files changed

Lines changed: 15 additions & 38 deletions

.github/workflows/maintenance.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,16 @@ jobs:
4040
- name: Create Pull Request
4141
uses: peter-evans/create-pull-request@v7
4242
with:
43-
commit-message: 'chore: maintenance update'
43+
commit-message: 'chore: Maintenance update'
4444
branch: maintenance/update
4545
delete-branch: true
4646
title: 'chore: Maintenance Update'
4747
body: |
48-
Automated maintenance update
49-
48+
Automated maintenance update.
49+
5050
- Updated wheels via download-wheels
51-
52-
This PR was automatically created by the maintenance workflow.
51+
52+
This PR was created by the `maintenance` workflow.
53+
54+
> To trigger validation, close and reopen this PR.
5355
labels: maintenance, automated

.github/workflows/rollback-release-manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
branch: automated/rollback-release-manifest
5151
delete-branch: true
52-
title: 'revert: Rollback release manifest to previous version'
52+
title: 'revert: Rollback Release Manifest'
5353
body: |
5454
**Emergency rollback** of `assets/release-manifest.json` to the previous version.
5555
@@ -58,6 +58,6 @@ jobs:
5858
5959
Triggered manually by @${{ github.actor }}.
6060
61-
> ️To trigger validation, close and reopen this PR.
61+
> To trigger validation, close and reopen this PR.
6262
labels: release-manifest, automated, rollback
6363
add-paths: assets/release-manifest.json

.github/workflows/update-release-manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ jobs:
5353
- name: Create Pull Request
5454
uses: peter-evans/create-pull-request@v7
5555
with:
56-
commit-message: 'ci: Update release manifest'
56+
commit-message: 'chore: Update release manifest'
5757
branch: automated/update-release-manifest
5858
delete-branch: true
59-
title: 'ci: Update Release Manifest'
59+
title: 'chore: Update Release Manifest'
6060
body: |
6161
Automated release manifest update.
6262
6363
This PR was created by the `update-release-manifest` workflow.
6464
Please review the manifest changes and approve.
6565
66-
> This file is protected — only automated PRs from this workflow are allowed to modify `assets/release-manifest.json`.
66+
> This file is protected. Only automated PRs from this workflow are allowed to modify `assets/release-manifest.json`.
6767
> To trigger validation, close and reopen this PR.
6868
labels: release-manifest, automated
6969
add-paths: assets/release-manifest.json

assets/wheels/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.
-66 KB
Binary file not shown.
66 KB
Binary file not shown.
-406 KB
Binary file not shown.

assets/wheels/aws_sam_translator-1.107.0-py3-none-any.whl renamed to assets/wheels/aws_sam_translator-1.108.0-py3-none-any.whl

407 KB
Binary file not shown.
-137 KB
Binary file not shown.
137 KB
Binary file not shown.

0 commit comments

Comments
 (0)