Skip to content

Commit 8181ad2

Browse files
authoredMar 4, 2025
2 parents 9be0d22 + 6598877 commit 8181ad2

File tree

852 files changed

+679861
-113794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

852 files changed

+679861
-113794
lines changed
 

‎.github/workflows/pr-linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: 'Download workflow_run artifact'
3838
if: github.event_name == 'workflow_run'
39-
uses: dawidd6/action-download-artifact@v8
39+
uses: dawidd6/action-download-artifact@v9
4040
with:
4141
run_id: ${{ github.event.workflow_run.id }}
4242
name: pr_info

‎.github/workflows/spec-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
# Pull Request details
155155
title: "feat: update L1 CloudFormation resource definitions"
156156
body-path: ${{ runner.temp }}/PR.md
157-
labels: contribution/core,dependencies,auto-approve,pr-linter/exempt-integ-test,pr-linter/exempt-readme,pr-linter/exempt-test
157+
labels: contribution/core,dependencies,pr-linter/exempt-integ-test,pr-linter/exempt-readme,pr-linter/exempt-test
158158
team-reviewers: aws-cdk-team
159159
# Github prevents further Github actions to be run if the default Github token is used.
160160
# Instead use a privileged token here, so further GH actions can be triggered on this PR.

0 commit comments

Comments
 (0)
Failed to load comments.