Skip to content

Commit 885e4bc

Browse files
authored
chore: fix failing upgrade-aws-cdk-lib workflow (#1016)
In #1002 we introduced a new workflow to just update `aws-cdk-lib` and nothing else. Turns out upgrading dependency in subprojects wasn't really support in projen and that needed a fix first. This PR fixes the workflow by importing the updated projen dependencies. The workflow file is renamed to match projen's naming conventions. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 2c0570a commit 885e4bc

File tree

20 files changed

+91
-100
lines changed

20 files changed

+91
-100
lines changed

.gitattributes

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-aws-cdk-lib.yml renamed to .github/workflows/upgrade-aws-cdk-lib_aws-cdk.yml

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitignore

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/files.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,8 +1235,6 @@ const cli = configureProject(
12351235
}),
12361236
);
12371237

1238-
// @ts-ignore
1239-
cli.github = repo.github;
12401238
new pj.javascript.UpgradeDependencies(cli, {
12411239
include: ['aws-cdk-lib'],
12421240
semanticCommit: 'feat',

package.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/cli-integ/.gitattributes

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cdk-assets-lib/.gitattributes

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cdk-cli-wrapper/.gitattributes

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cli-plugin-contract/.gitattributes

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)