Skip to content

Commit 6a9ced3

Browse files
authored
Merge branch 'main' into merge-back/2.121.0
2 parents 9f2b78c + caf83f1 commit 6a9ced3

23 files changed

+2038
-39
lines changed

.github/workflows/github-merit-badger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
badges: '[beginning-contributor,repeat-contributor,valued-contributor,admired-contributor,star-contributor,distinguished-contributor]'
1818
thresholds: '[0,3,6,13,25,50]'
1919
badge-type: 'achievement'
20-
ignore-usernames: '[rix0rrr,MrArnoldPalmer,iliapolo,otaviomacedo,madeline-k,kaizencc,comcalvi,TheRealAmazonKendra,vinayak-kukreja,mrgrain,pahud,cgarvis,kellertk,HBobertz,sumupitchayan,SankyRed,udaypant,colifran,khushail,scanlonp,mikewrighton,moelasmar,paulhcsun,awsmjs,evgenyka,GavinZZ,aws-cdk-automation,dependabot[bot],mergify[bot]]'
20+
ignore-usernames: '[rix0rrr,MrArnoldPalmer,iliapolo,otaviomacedo,madeline-k,kaizencc,comcalvi,TheRealAmazonKendra,vinayak-kukreja,mrgrain,pahud,cgarvis,kellertk,HBobertz,sumupitchayan,SankyRed,udaypant,colifran,khushail,scanlonp,mikewrighton,moelasmar,paulhcsun,awsmjs,evgenyka,GavinZZ,aaythapa,xazhao,ConnorRobertson,ssenchenko,gracelu0,jfuss,SimonCMoore,aws-cdk-automation,dependabot[bot],mergify[bot]]'

.github/workflows/sync-from-upstream.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ jobs:
1111

1212
# Check for the presence of a PROJEN_GITHUB_TOKEN secret.
1313
#
14-
# This is expected to contain a personal access token of someone
15-
# who pas permissions to bypass branch protection rules.
14+
# This is expected to contain a personal access token of someone who has
15+
# permissions to bypass branch protection rules.
1616
#
17-
# If not present, we will use GitHub Actions Token permissions,
18-
# but those are bound by branch protection rules.
17+
# If not present, we can only use GitHub Actions Token permissions,
18+
# but this has the following downsides:
19+
#
20+
# - Those are bound by branch protection rules (so automated pushing won't work).
21+
# - As soon as a workflow file needs to be changed, GitHub will reject the push.
22+
# Only Apps and Users can be allowed to modify workflows.
1923
check-secret:
2024
# Don't run on the target repo itself, only forks
2125
if: github.repository != 'aws/aws-cdk'
@@ -52,7 +56,7 @@ jobs:
5256
- name: Sync from aws/aws-cdk
5357
run: |-
5458
git remote add upstream https://github.com/aws/aws-cdk.git
55-
git fetch upstream
59+
git fetch upstream $BRANCHES
5660
5761
for branch in $BRANCHES; do
5862
git push origin --force refs/remotes/upstream/$branch:refs/heads/$branch

.mergify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pull_request_rules:
1111
label:
1212
add: [ contribution/core ]
1313
conditions:
14-
- author~=^(rix0rrr|MrArnoldPalmer|iliapolo|otaviomacedo|madeline-k|kaizencc|comcalvi|TheRealAmazonKendra|vinayak-kukreja|mrgrain|pahud|cgarvis|kellertk|HBobertz|sumupitchayan|SankyRed|udaypant|colifran|scanlonp|mikewrighton|moelasmar|paulhcsun|awsmjs|evgenyka|GavinZZ)$
14+
- author~=^(rix0rrr|MrArnoldPalmer|iliapolo|otaviomacedo|madeline-k|kaizencc|comcalvi|TheRealAmazonKendra|vinayak-kukreja|mrgrain|pahud|cgarvis|kellertk|HBobertz|sumupitchayan|SankyRed|udaypant|colifran|scanlonp|mikewrighton|moelasmar|paulhcsun|awsmjs|evgenyka|GavinZZ|aaythapa|xazhao|ConnorRobertson|ssenchenko|gracelu0|jfuss|SimonCMoore)$
1515
- -label~="contribution/core"
1616
- name: automatic merge
1717
actions:

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.instance-with-parameter-group.js.snapshot/aws-cdk-rds-instance-with-rds-parameter-group.assets.json

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)