From 29490cce30595c6c84b3fce78f8b2ec9a31d537f 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 (#37675) 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 #37675 --- .ng-dev/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/.ng-dev/config.ts b/.ng-dev/config.ts index fdb64d63ae..6350332d5e 100644 --- a/.ng-dev/config.ts +++ b/.ng-dev/config.ts @@ -84,6 +84,7 @@ const merge = () => { githubApiMerge: false, claSignedLabel: 'cla: yes', mergeReadyLabel: /^PR action: merge(-assistance)?/, + caretakerNoteLabel: 'PR action: merge-assistance', commitMessageFixupLabel: 'commit message fixup', labels: [ {