build: add configuration for caretaker handoff (#42859)
Add configuration information about groups for caretaker handoff assistant. PR Close #42859
This commit is contained in:
parent
bc1da1fe14
commit
642362a9c7
|
@ -15,5 +15,6 @@ export const caretaker: CaretakerConfig = {
|
||||||
name: 'Initial Triage Queue',
|
name: 'Initial Triage Queue',
|
||||||
query: `is:open no:milestone`,
|
query: `is:open no:milestone`,
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
caretakerGroup: 'angular-caretaker',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue