Skip to content

Commit

Permalink
chore: change squash merge defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Nov 30, 2023
1 parent c2dcf91 commit ec72a0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ export class GithubRepository extends Construct {
hasProjects: false,
deleteBranchOnMerge: true,
allowAutoMerge: true,
allowUpdateBranch: true,
squashMergeCommitMessage: "PR_BODY",
squashMergeCommitTitle: "PR_TITLE",
topics,
provider,
});
Expand Down

0 comments on commit ec72a0e

Please sign in to comment.