Skip to content

Commit

Permalink
perf(merge): allow squash merging methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jun 18, 2022
1 parent 0ccd112 commit edda091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkdocsPublisher/githubInteraction/branch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export class GithubBranch extends FilesManagement {
repo: this.settings.githubRepo,
pull_number: pullRequestNumber,
commit_title: `[PUBLISHER] Merge #${pullRequestNumber}`,
merge_method: "squash",
}
);
return branch.status === 200;
Expand Down

0 comments on commit edda091

Please sign in to comment.