Skip to content

Commit

Permalink
chore: wrong auto approve username (#1059)
Browse files Browse the repository at this point in the history
I think we just didn't change this from when before we had the `cdklabs-automation` user, which is the one creating the upgrade PR's.

-----

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
iliapolo authored Dec 26, 2021
1 parent c8551e5 commit 54ccdbc
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.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const project = new TypeScriptProject({

pullRequestTemplate: false,
autoApproveOptions: {
allowedUsernames: ['aws-cdk-automation'],
allowedUsernames: ['cdklabs-automation'],
secret: 'GITHUB_TOKEN',
},
autoApproveUpgrades: true,
Expand Down

0 comments on commit 54ccdbc

Please sign in to comment.