Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 2cb0ede

Browse files
author
Alexander Melnyk
authored
deps: fix auto approve (#58)
* mergify true to keep stuff * revert * fix: recreate workflows and keep it
1 parent 0c216cf commit 2cb0ede

File tree

5 files changed

+0
-36
lines changed

5 files changed

+0
-36
lines changed

.gitattributes

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

.gitignore

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

.npmignore

Lines changed: 0 additions & 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: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,11 @@ const project = new awscdk.AwsCdkConstructLibrary({
1313
devDeps: [
1414
'@types/[email protected]', // pin until breaking changes is resolved: https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/60310
1515
],
16-
// depsUpgradeOptions: {
17-
// ignoreProjen: false,
18-
// workflowOptions: {
19-
// labels: ['auto-approve', 'auto-merge'],
20-
// secret: 'PROJEN_GITHUB_TOKEN',
21-
// },
22-
// },
2316
github: false,
2417
publishToPypi: {
2518
distName: 'cdk-lambda-powertools-python-layer',
2619
module: 'cdk_lambda_powertools_python_layer',
2720
},
28-
autoApproveOptions: {
29-
secret: 'AUTOMATION_TOKEN',
30-
allowedUsernames: ['am29d'],
31-
},
3221
license: 'MIT-0',
3322
copyrightOwner: 'Amazon.com, Inc. or its affiliates. All Rights Reserved.',
3423
});

0 commit comments

Comments
 (0)