build: add breakingChangesLabel to merge configuration (#41546)

Sets the breakingChangesLabel property to properly confirm breaking changes.

PR Close #41546
This commit is contained in:
Joey Perrott 2021-04-06 09:02:42 -07:00 committed by Zach Arend
parent 4a69a7b952
commit ebc80b3b5c
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export const merge: DevInfraMergeConfig['merge'] = async api => {
mergeReadyLabel: /^action: merge(-assistance)?/,
caretakerNoteLabel: /^(action: merge-assistance)|(PullApprove: disable)/,
commitMessageFixupLabel: 'commit message fixup',
breakingChangeLabel: 'flag: breaking change',
// We can pick any of the NPM packages as we are in a monorepo where all packages are
// published together with the same version and branching.
labels: await getDefaultTargetLabelConfiguration(api, github, release),