From c7efa57a969f64c9f0385f6ce7c9f6c57e6e1129 Mon Sep 17 00:00:00 2001
From: Mohamed Elasmar <71043312+moelasmar@users.noreply.github.com>
Date: Wed, 24 Jul 2024 11:35:19 -0700
Subject: [PATCH 1/2] Update bug-report.yml
---
.github/ISSUE_TEMPLATE/bug-report.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index c3843d23481d8..657e72abb8f57 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -10,7 +10,7 @@ body:
value: |
Thanks for taking the time to fill out this bug report!
- **⚠️ Please read this before filling out the form below:**
+ **⚠️ Please read this before filling out the form below:**
If the bug you are reporting is a security-related issue or a security vulnerability,
please report it via [Report a security vulnerability](https://github.com/aws/aws-cdk/security/advisories/new) instead of this template.
- type: textarea
From 6ac8642e902f54e5e37b12cdd7770f4452ac1cdd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 9 Sep 2024 08:59:28 +0000
Subject: [PATCH 2/2] chore(deps): bump peter-evans/create-pull-request from 6
to 7
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
---
.github/workflows/spec-update.yml | 2 +-
.github/workflows/update-contributors.yml | 2 +-
.github/workflows/update-metadata-regions.yml | 2 +-
.github/workflows/yarn-upgrade.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/spec-update.yml b/.github/workflows/spec-update.yml
index bf2efbc3947b1..d6bb01341d2c5 100644
--- a/.github/workflows/spec-update.yml
+++ b/.github/workflows/spec-update.yml
@@ -143,7 +143,7 @@ jobs:
path: ${{ runner.temp }}
- name: Make Pull Request
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
with:
# Git commit details
branch: automation/spec-update
diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml
index 4c181c3161ec7..c112ced215432 100644
--- a/.github/workflows/update-contributors.yml
+++ b/.github/workflows/update-contributors.yml
@@ -18,7 +18,7 @@ jobs:
CONTRIB_OUTPUT_FILE: 'CONTRIBUTORS.md'
CONTRIB_IGNORE: 'github-actions[bot],mergify[bot],dependabot[bot],dependabot-preview[bot],aws-cdk-automation'
- name: Create a PR
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
with:
# Git commit details
branch: automation/update-contributors
diff --git a/.github/workflows/update-metadata-regions.yml b/.github/workflows/update-metadata-regions.yml
index 72fa2365b28e3..492aa240da307 100644
--- a/.github/workflows/update-metadata-regions.yml
+++ b/.github/workflows/update-metadata-regions.yml
@@ -59,7 +59,7 @@ jobs:
run: '[ -s ${{ runner.temp }}/update-spec.patch ] && git apply ${{ runner.temp }}/update-spec.patch || echo "Empty patch. Skipping."'
- name: Make Pull Request
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
with:
# Git commit details
branch: automation/region-update
diff --git a/.github/workflows/yarn-upgrade.yml b/.github/workflows/yarn-upgrade.yml
index c2fe94062d081..8a005241e3c3e 100644
--- a/.github/workflows/yarn-upgrade.yml
+++ b/.github/workflows/yarn-upgrade.yml
@@ -116,7 +116,7 @@ jobs:
}}/upgrade.patch || echo "Empty patch. Skipping."'
- name: Make Pull Request
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
with:
# Git commit details
branch: automation/yarn-upgrade