build: add configuration for caretaker handoff (#42859)

Add configuration information about groups for caretaker handoff assistant.

PR Close #42859
This commit is contained in:
Joey Perrott 2021-07-14 12:43:39 -07:00 committed by Alex Rickabaugh
parent bc1da1fe14
commit 642362a9c7
1 changed files with 2 additions and 1 deletions

View File

@ -15,5 +15,6 @@ export const caretaker: CaretakerConfig = {
name: 'Initial Triage Queue',
query: `is:open no:milestone`,
}
]
],
caretakerGroup: 'angular-caretaker',
};