We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6892e commit 069efb2Copy full SHA for 069efb2
ng-dev/pr/merge/strategies/api-merge.ts
@@ -92,6 +92,7 @@ export class GithubApiMergeStrategy extends AutosquashMergeStrategy {
92
mergeOptions.merge_method = 'squash';
93
pullRequestCommitCount = 1;
94
95
+ // The first commit is the correct one, whatever follows are fixups.
96
const [title, message = ''] = commits[0].message.split(COMMIT_HEADER_SEPARATOR);
97
98
mergeOptions.commit_title = title;
0 commit comments