Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 87e0e15

Browse files
authoredFeb 22, 2024··
Merge branch 'aws:main' into custom-resource-26838
2 parents 17e6bef + f528c47 commit 87e0e15

File tree

1,275 files changed

+347065
-33762
lines changed

Some content is hidden

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

1,275 files changed

+347065
-33762
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

-8
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ Closes #<issue number here>.
1717
### Checklist
1818
- [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
1919

20-
<!--Does this PR includes breaking changes? If it does, list them here in the following format (notice how multiple breaking changes should be formatted):
21-
22-
```
23-
BREAKING CHANGE: Description of the breaking change, the previous behaviour, and the new behaviour.
24-
* **module-name:** Another breaking change
25-
* **module-name:** Yet another breaking change
26-
```
27-
-->
2820
----
2921

3022
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*

‎.github/workflows/auto-approve.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
permissions:
1313
pull-requests: write
1414
steps:
15-
- uses: hmarr/auto-approve-action@v3.2.1
15+
- uses: hmarr/auto-approve-action@v4.0.0
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)