Skip to content

Commit 3abf1f0

Browse files
chore: add auto approval config (#15)
1 parent f9dfff9 commit 3abf1f0

File tree

6 files changed

+32
-0
lines changed

6 files changed

+32
-0
lines changed

.gitattributes

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

.github/workflows/auto-approve.yml

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

.github/workflows/upgrade-main.yml

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

.gitignore

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

.projenrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ const project = new awscdk.AwsCdkConstructLibrary({
2525
module: "cdk_monitoring_constructs",
2626
},
2727

28+
// Auto approval config
29+
autoApproveOptions: {
30+
allowedUsernames: ["cdklabs-automation"],
31+
secret: "GITHUB_TOKEN",
32+
},
33+
autoApproveUpgrades: true,
34+
2835
// Code linting config
2936
prettier: true,
3037
prettierOptions: {

0 commit comments

Comments
 (0)