Skip to content

Commit 76384ce

Browse files
kaizenccgithub-actions
and
github-actions
authored
fix: auto approve upgrades (#9)
* fix: auto approve upgrades * chore: self mutation Signed-off-by: github-actions <[email protected]> Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 76fa85c commit 76384ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/upgrade-main.yml

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

.projenrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const project = new cdk.JsiiProject({
88
deps: ['projen'],
99
bundledDeps: ['yaml'],
1010
peerDeps: ['projen'],
11+
autoApproveUpgrades: true,
1112
autoApproveOptions: { allowedUsernames: ['cdklabs-automation'], secret: 'GITHUB_TOKEN' },
1213
});
1314
project.synth();

0 commit comments

Comments
 (0)