Skip to content

Commit

Permalink
fix: auto-approve build (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
thpham authored Jul 25, 2024
1 parent df43fa9 commit fb3fac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
repositoryUrl: 'https://github.com/thpham/awscdk-asset-helmfile.git',
homepage: 'https://github.com/thpham/awscdk-asset-helmfile#readme',
autoApproveOptions: {
allowedUsernames: ['mergify[bot]'],
allowedUsernames: ['thpham'],
secret: 'GITHUB_TOKEN',
},
autoApproveUpgrades: true,
Expand Down

0 comments on commit fb3fac2

Please sign in to comment.