Skip to content

Commit

Permalink
build: add missing breakingChangeLabel in ng-dev config
Browse files Browse the repository at this point in the history
Currently, we are unable to merge breaking changes, because the label doesn't match the default value set in https://github.com/angular/angular/blob/1684b70b8830684deae4bae20c1e12aeddc4e1df/dev-infra/pr/merge/pull-request.ts#L23
  • Loading branch information
alan-agius4 authored and filipesilva committed Jul 30, 2021
1 parent 1a21759 commit b2411ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ng-dev/merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const merge: DevInfraMergeConfig['merge'] = async (api) => {
labels: [{ pattern: 'squash commits', method: 'squash' }],
},
claSignedLabel: 'cla: yes',
breakingChangeLabel: 'flag: breaking change',
mergeReadyLabel: /^action: merge(-assistance)?/,
caretakerNoteLabel: /(action: merge-assistance)/,
commitMessageFixupLabel: 'commit message fixup',
Expand Down

0 comments on commit b2411ef

Please sign in to comment.