Skip to content

Commit

Permalink
ci: change merge strategy to rebase instead of squash
Browse files Browse the repository at this point in the history
Change the merge method used by merge tooling to use rebase instead of using
squash.

(cherry picked from commit ee0d782)
  • Loading branch information
josephperrott authored and alan-agius4 committed Jan 12, 2021
1 parent 053ec1d commit 3512954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ng-dev/merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import { release } from './release';
export const merge: DevInfraMergeConfig['merge'] = async api => {
return {
githubApiMerge: {
default: 'squash',
default: 'rebase',
labels: [
{pattern: 'preserve commits', method: 'rebase'},
{pattern: 'squash commits', method: 'squash'},
],
},
claSignedLabel: 'cla: yes',
Expand Down

0 comments on commit 3512954

Please sign in to comment.