Skip to content

Commit af1628d

Browse files
author
Elad Ben-Israel
authored
chore: update auto-approve user (#165)
* Update .projenrc.js * update workflow
1 parent a2a61d9 commit af1628d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-approve.yml

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.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const project = new TypeScriptProject({
1313
homepage: 'https://github.com/aws/jsii-release',
1414
projenUpgradeSecret: 'PROJEN_GITHUB_TOKEN',
1515
autoApproveOptions: {
16-
allowedUsernames: ['aws-cdk-automation'],
16+
allowedUsernames: ['cdklabs-automation'],
1717
secret: 'GITHUB_TOKEN',
1818
},
1919
autoApproveUpgrades: true,

0 commit comments

Comments
 (0)