Skip to content

Commit

Permalink
chore: update auto-approve user (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel authored Sep 5, 2021
1 parent 023c4f4 commit 4a9fa8e
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitattributes

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

22 changes: 22 additions & 0 deletions .github/workflows/auto-approve.yml

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

3 changes: 2 additions & 1 deletion .github/workflows/upgrade-dependencies.yml

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

1 change: 1 addition & 0 deletions .gitignore

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

25 changes: 2 additions & 23 deletions .projen/tasks.json

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

6 changes: 5 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ const project = new AwsCdkConstructLibrary({
dotNetNamespace: 'Cdklabs.CdkPipelinesGitHub',
packageId: 'Cdklabs.CdkPipelinesGitHub',
},

projenUpgradeSecret: 'PROJEN_GITHUB_TOKEN',
autoApproveUpgrades: true,
autoApproveOptions: { allowedUsernames: ['cdklabs-automation'], secret: 'GITHUB_TOKEN' },
});

project.addPeerDeps('@aws-cdk/core');
Expand All @@ -39,4 +43,4 @@ project.addDevDeps('@aws-cdk/pipelines');
project.addDevDeps('@aws-cdk/aws-lambda');
project.addDevDeps('@aws-cdk/aws-s3');

project.synth();
project.synth();
1 change: 0 additions & 1 deletion package.json

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

0 comments on commit 4a9fa8e

Please sign in to comment.