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
This commit is contained in:
Joey Perrott 2020-06-22 12:40:04 -05:00 committed by Andrew Kushnir
parent bedc0451a0
commit 29490cce30
1 changed files with 1 additions and 0 deletions

View File

@ -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: [
{