Skip to content

Commit

Permalink
Merge branch 'main' into docs/add-issue-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tobuck-aws committed Feb 28, 2024
2 parents 7c26072 + 27ad74a commit d6c2d03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-main.yml

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 @@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0

import { awscdk, javascript } from 'projen';
import { GithubCredentials } from 'projen/lib/github';
import { NpmAccess } from 'projen/lib/javascript';

const GITHUB_USER = 'awslabs';
Expand Down Expand Up @@ -45,6 +46,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
npmAccess: NpmAccess.PUBLIC,

githubOptions: {
projenCredentials: GithubCredentials.fromPersonalAccessToken({
secret: 'GITHUB_TOKEN',
}),
pullRequestLintOptions: {
contributorStatement:
'By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.',
Expand Down

0 comments on commit d6c2d03

Please sign in to comment.