From 20c26cd49b87257cc32dbe597c35e4b02f731493 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 26 Oct 2020 09:51:29 -0700 Subject: [PATCH] build: add PullApprove: disable as a caretaker note label (#39430) Add the label `PullApprove: disable` as a caretaker note label to prompt caretakers to confirm that the PullApprove disabling is intentional. PR Close #39430 --- .ng-dev/merge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ng-dev/merge.ts b/.ng-dev/merge.ts index 797c2d4547..fb22535a89 100644 --- a/.ng-dev/merge.ts +++ b/.ng-dev/merge.ts @@ -12,7 +12,7 @@ export const merge: DevInfraMergeConfig['merge'] = async api => { githubApiMerge: false, claSignedLabel: 'cla: yes', mergeReadyLabel: /^action: merge(-assistance)?/, - caretakerNoteLabel: 'action: merge-assistance', + caretakerNoteLabel: /^(action: merge-assistance)|(PullApprove: disable)/, commitMessageFixupLabel: 'commit message fixup', // 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.