From 1cc9383d9116b156d5e392914dcc4ee5826aabe9 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 22 Jun 2020 12:40:04 -0500 Subject: [PATCH] build: set up caretaker note label in merge tooling (#37778) Leverage the caretaker note label configuration in ng-dev's merge tooling to prompt the caretaker for confirmation when a PR has the `PR action: merge-assistance` label. This should help to surface for the caretaker, PRs which may need additional steps taken, announcement messaging, etc. PR Close #37778 --- .ng-dev/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/.ng-dev/config.ts b/.ng-dev/config.ts index 7ec8f87432..5fcee181b9 100644 --- a/.ng-dev/config.ts +++ b/.ng-dev/config.ts @@ -83,6 +83,7 @@ const merge = () => { githubApiMerge: false, claSignedLabel: 'cla: yes', mergeReadyLabel: /^PR action: merge(-assistance)?/, + caretakerNoteLabel: 'PR action: merge-assistance', commitMessageFixupLabel: 'commit message fixup', labels: [ {