Skip to content

Commit

Permalink
chore: add auto approve for automation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealAmazonKendra committed Jul 29, 2024
1 parent 045829d commit 6968a40
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 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.

21 changes: 21 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.

1 change: 1 addition & 0 deletions .gitignore

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

1 change: 1 addition & 0 deletions .projen/files.json

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

4 changes: 4 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const project = new cdk.JsiiProject({
authorOrganization: true,
authorUrl: 'https://aws.amazon.com',
defaultReleaseBranch: 'main',
autoApproveOptions: {
allowedUsernames: ['aws-cdk-automation'],
secret: 'GITHUB_TOKEN',
},
name: '@aws-cdk/cloud-assembly-schema',
projenrcTs: true,
docgen: false,
Expand Down

0 comments on commit 6968a40

Please sign in to comment.