Skip to content

Commit

Permalink
chore: enable PR auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarbe authored Jul 24, 2023
1 parent a04280b commit 2158e50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const project = new pj.awscdk.AwsCdkConstructLibrary({
projenrcTs: true,

releaseEveryCommit: true,
enablePRAutoMerge: true,

Check failure on line 17 in .projenrc.ts

View workflow job for this annotation

GitHub Actions / release

Argument of type '{ name: string; repositoryUrl: string; keywords: string[]; defaultReleaseBranch: string; description: string; author: string; authorAddress: string; projenrcTs: true; releaseEveryCommit: true; ... 5 more ...; bundledDeps: string[]; }' is not assignable to parameter of type 'AwsCdkConstructLibraryOptions'.

catalog: {
twitter: 'pgarbe',
Expand Down

0 comments on commit 2158e50

Please sign in to comment.